Browse Source

his对接接口,增加oracle、sqlserver 驱动

lantone 5 years ago
parent
commit
7198240b59
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -197,6 +197,18 @@
             <version>${easypoi.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.oracle</groupId>
+            <artifactId>ojdbc6</artifactId>
+            <version>11.2.0.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.microsoft.sqlserver</groupId>
+            <artifactId>mssql-jdbc</artifactId>
+            <version>6.2.0.jre8</version>
+            <scope>runtime</scope>
+        </dependency>
 
     </dependencies>