chenw 6 жил өмнө
parent
commit
ad89029101

BIN
additional_jars/ojdbc7.jar


+ 3 - 5
bi-server/pom.xml

@@ -34,11 +34,9 @@
     </dependency>
     <!-- oracle -->
     <dependency>
-      <groupId>com.oracle</groupId>
-      <artifactId>ojdbc7</artifactId>
-      <version>12.2.0.1.0</version>
-      <scope>system</scope>
-      <systemPath>${basedir}/../additional_jars/ojdbc7.jar</systemPath>
+      <groupId>ojdbc6</groupId>
+      <artifactId>ojdbc6</artifactId>
+      <version>11.2.0</version>
     </dependency>
     <!-- JWT -->
     <dependency>