rsbi 4 年之前
父節點
當前提交
63095e3ce6
共有 2 個文件被更改,包括 23 次插入0 次删除
  1. 二進制
      libs/db2jcc-1.0.jar
  2. 23 0
      pom.xml

二進制
libs/db2jcc-1.0.jar


+ 23 - 0
pom.xml

@@ -63,6 +63,23 @@
             <groupId>com.rsbi.ext</groupId>
             <groupId>com.rsbi.ext</groupId>
             <artifactId>ext3</artifactId>
             <artifactId>ext3</artifactId>
             <version>1.5</version>
             <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>
         <dependency>
         <dependency>
             <groupId>com.alibaba</groupId>
             <groupId>com.alibaba</groupId>
@@ -75,6 +92,12 @@
             <artifactId>commons-io</artifactId>
             <artifactId>commons-io</artifactId>
             <version>2.8.0</version>
             <version>2.8.0</version>
         </dependency>
         </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 -->
         <!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
         <dependency>
         <dependency>
             <groupId>com.github.pagehelper</groupId>
             <groupId>com.github.pagehelper</groupId>