|
@@ -34,11 +34,9 @@
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<!-- oracle -->
|
|
<!-- oracle -->
|
|
|
<dependency>
|
|
<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>
|
|
</dependency>
|
|
|
<!-- JWT -->
|
|
<!-- JWT -->
|
|
|
<dependency>
|
|
<dependency>
|