|
@@ -107,44 +107,50 @@
|
|
|
|
|
|
|
|
<!-- Local Repo -->
|
|
<!-- Local Repo -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>mwdao</groupId>
|
|
|
|
|
- <artifactId>mwdao</artifactId>
|
|
|
|
|
- <version>1.0</version>
|
|
|
|
|
|
|
+ <groupId>mwdao</groupId>
|
|
|
|
|
+ <artifactId>mwdao</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>com.ibm.websphere.appserver.api</groupId>
|
|
|
|
|
- <artifactId>com.ibm.websphere.appserver.api.basics</artifactId>
|
|
|
|
|
- <version>1.2.15</version>
|
|
|
|
|
|
|
+ <groupId>com.ibm.websphere</groupId>
|
|
|
|
|
+ <artifactId>appserver.api.basics</artifactId>
|
|
|
|
|
+ <version>1.2.15</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>org.eclipse.persistence</groupId>
|
|
|
|
|
- <artifactId>commonj.sdo</artifactId>
|
|
|
|
|
- <version>2.1.1</version>
|
|
|
|
|
|
|
+ <groupId>commonj</groupId>
|
|
|
|
|
+ <artifactId>commonj-sdo</artifactId>
|
|
|
|
|
+ <version>2.1.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>id.co.hanoman</groupId>
|
|
|
|
|
- <artifactId>config</artifactId>
|
|
|
|
|
- <version>1.0</version>
|
|
|
|
|
|
|
+ <groupId>id.co.hanoman</groupId>
|
|
|
|
|
+ <artifactId>config</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>id.co.hanoman</groupId>
|
|
|
|
|
- <artifactId>hanoman-util</artifactId>
|
|
|
|
|
- <version>1.0</version>
|
|
|
|
|
|
|
+ <groupId>id.co.hanoman</groupId>
|
|
|
|
|
+ <artifactId>hanoman-util</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>id.co.hanoman</groupId>
|
|
|
|
|
- <artifactId>hcx</artifactId>
|
|
|
|
|
- <version>1.0</version>
|
|
|
|
|
|
|
+ <groupId>id.co.hanoman</groupId>
|
|
|
|
|
+ <artifactId>hcx</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>com.scupid</groupId>
|
|
|
|
|
- <artifactId>scutils</artifactId>
|
|
|
|
|
- <version>1.0</version>
|
|
|
|
|
|
|
+ <groupId>com.scupid</groupId>
|
|
|
|
|
+ <artifactId>scutils</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>com.ztdev</groupId>
|
|
|
|
|
- <artifactId>SppSynchronizerLibrary</artifactId>
|
|
|
|
|
- <version>1.0</version>
|
|
|
|
|
|
|
+ <groupId>com.ztdev</groupId>
|
|
|
|
|
+ <artifactId>SppSynchronizerLibrary</artifactId>
|
|
|
|
|
+ <version>1.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.ibm.db2</groupId>
|
|
|
|
|
+ <artifactId>db2jcc4</artifactId>
|
|
|
|
|
+ <version>4.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|