|
@@ -49,11 +49,9 @@
|
|
|
|
|
|
|
|
<!-- SDO Dependencies -->
|
|
<!-- SDO Dependencies -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>commonj</groupId>
|
|
|
|
|
- <artifactId>commonj-sdo</artifactId>
|
|
|
|
|
- <version>2.1.0</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${project.basedir}/../SharedLib/commonj-sdo-2.1.0.jar</systemPath>
|
|
|
|
|
|
|
+ <groupId>org.eclipse.persistence</groupId>
|
|
|
|
|
+ <artifactId>commonj.sdo</artifactId>
|
|
|
|
|
+ <version>2.1.1</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JSON Dependencies -->
|
|
<!-- JSON Dependencies -->
|
|
@@ -61,8 +59,6 @@
|
|
|
<groupId>org.json</groupId>
|
|
<groupId>org.json</groupId>
|
|
|
<artifactId>json</artifactId>
|
|
<artifactId>json</artifactId>
|
|
|
<version>20090211</version>
|
|
<version>20090211</version>
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${project.basedir}/../SharedLib/json-java.jar</systemPath>
|
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
@@ -107,9 +103,7 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.ibm.db2</groupId>
|
|
<groupId>com.ibm.db2</groupId>
|
|
|
<artifactId>db2jcc4</artifactId>
|
|
<artifactId>db2jcc4</artifactId>
|
|
|
- <version>4.0</version>
|
|
|
|
|
- <scope>system</scope>
|
|
|
|
|
- <systemPath>${project.basedir}/../SharedLib/db2jcc4.jar</systemPath>
|
|
|
|
|
|
|
+ <version>11.5.7.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</plugin>
|
|
</plugin>
|