|
@@ -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>
|
|
|
|