|
@@ -63,6 +63,23 @@
|
|
|
<groupId>com.rsbi.ext</groupId>
|
|
|
<artifactId>ext3</artifactId>
|
|
|
<version>1.5</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/ext3-1.5.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <!-- 本地 oracle jar -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.oracle</groupId>
|
|
|
+ <artifactId>ojdbc6</artifactId>
|
|
|
+ <version>12.1.0.2</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/ojdbc6-12.1.0.2.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.ibm</groupId>
|
|
|
+ <artifactId>db2jcc</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/db2jcc-1.0.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
@@ -75,6 +92,12 @@
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
<version>2.8.0</version>
|
|
|
</dependency>
|
|
|
+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-collections4</artifactId>
|
|
|
+ <version>4.4</version>
|
|
|
+ </dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
|
|
|
<dependency>
|
|
|
<groupId>com.github.pagehelper</groupId>
|