Sfoglia il codice sorgente

Merge branch 'dev/20200612_1.3.4' into test

gaodm 5 anni fa
parent
commit
f460325b9c
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  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>