File tree Expand file tree Collapse file tree 6 files changed +50
-26
lines changed
append-char-container-sample
cics-java-liberty-restapp
mockito-testing-containers-sample Expand file tree Collapse file tree 6 files changed +50
-26
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ dependency-reduced-pom.xml
88buildNumber.properties
99.mvn /timing.properties
1010
11+ .apt_generated
12+ .factorypath
13+
1114# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
1215! /.mvn /wrapper /maven-wrapper.jar
1316
Original file line number Diff line number Diff line change 2020 <scope >provided</scope >
2121 </dependency >
2222 <dependency >
23- <!-- <groupId>com.ibm.cics</groupId>
24- <artifactId>com.ibm.cics.jcicsx</artifactId> -->
25- <groupId >com.ibm.cics.exec-cics-http</groupId >
26- <artifactId >jcicsx-http-client</artifactId >
27- <version >0.0.8-SNAPSHOT</version >
23+ <!--
24+ <groupId>com.ibm.cics</groupId>
25+ <artifactId>com.ibm.cics.jcicsx</artifactId>
26+ -->
27+ <groupId >com.ibm.cics.antz.Integrated</groupId >
28+ <artifactId >com.ibm.cics.jcicsx</artifactId >
29+ <version >730-SNAPSHOT</version >
30+ <scope >provided</scope >
2831 </dependency >
2932 </dependencies >
3033
Original file line number Diff line number Diff line change 2525
2626 <!-- JCICSX dependency, used in ReverseResource.java -->
2727 <dependency >
28- <!-- <groupId>com.ibm.cics</groupId>
29- <artifactId>com.ibm.cics.jcicsx</artifactId> -->
30- <groupId >com.ibm.cics.exec-cics-http</groupId >
31- <artifactId >jcicsx-http-client</artifactId >
32- <version >0.0.8-SNAPSHOT</version >
28+ <!--
29+ <groupId>com.ibm.cics</groupId>
30+ <artifactId>com.ibm.cics.jcicsx</artifactId>
31+ -->
32+ <groupId >com.ibm.cics.antz.Integrated</groupId >
33+ <artifactId >com.ibm.cics.jcicsx</artifactId >
34+ <version >730-SNAPSHOT</version >
35+ <scope >provided</scope >
3336 </dependency >
3437 </dependencies >
3538
Original file line number Diff line number Diff line change 2525
2626 <!-- JCICSX dependency, used in SampleServlet.java -->
2727 <dependency >
28- <!-- <groupId>com.ibm.cics</groupId>
29- <artifactId>com.ibm.cics.jcicsx</artifactId> -->
30- <groupId >com.ibm.cics.exec-cics-http</groupId >
31- <artifactId >jcicsx-http-client</artifactId >
32- <version >0.0.8-SNAPSHOT</version >
28+ <!--
29+ <groupId>com.ibm.cics</groupId>
30+ <artifactId>com.ibm.cics.jcicsx</artifactId>
31+ -->
32+ <groupId >com.ibm.cics.antz.Integrated</groupId >
33+ <artifactId >com.ibm.cics.jcicsx</artifactId >
34+ <version >730-SNAPSHOT</version >
35+ <scope >provided</scope >
3336 </dependency >
3437 </dependencies >
3538
Original file line number Diff line number Diff line change 2222 <version >1.0</version >
2323 <scope >provided</scope >
2424 </dependency >
25+ <dependency >
26+ <groupId >javax.ws.rs</groupId >
27+ <artifactId >javax.ws.rs-api</artifactId >
28+ <version >2.1.1</version >
29+ <scope >provided</scope >
30+ </dependency >
2531
2632 <!-- JCICSX dependency, used in ReverseResource.java -->
2733 <dependency >
28- <!-- <groupId>com.ibm.cics</groupId>
29- <artifactId>com.ibm.cics.jcicsx</artifactId> -->
30- <groupId >com.ibm.cics.exec-cics-http</groupId >
31- <artifactId >jcicsx-http-client</artifactId >
32- <version >0.0.8-SNAPSHOT</version >
34+ <!--
35+ <groupId>com.ibm.cics</groupId>
36+ <artifactId>com.ibm.cics.jcicsx</artifactId>
37+ -->
38+ <groupId >com.ibm.cics.antz.Integrated</groupId >
39+ <artifactId >com.ibm.cics.jcicsx</artifactId >
40+ <version >730-SNAPSHOT</version >
41+ <scope >provided</scope >
3342 </dependency >
3443 </dependencies >
3544
Original file line number Diff line number Diff line change 2020 <scope >provided</scope >
2121 </dependency >
2222 <dependency >
23- <!-- <groupId>com.ibm.cics</groupId>
24- <artifactId>com.ibm.cics.jcicsx</artifactId> -->
25- <groupId >com.ibm.cics.exec-cics-http</groupId >
26- <artifactId >jcicsx-http-client</artifactId >
27- <version >0.0.8-SNAPSHOT</version >
23+ <!--
24+ <groupId>com.ibm.cics</groupId>
25+ <artifactId>com.ibm.cics.jcicsx</artifactId>
26+ -->
27+ <groupId >com.ibm.cics.antz.Integrated</groupId >
28+ <artifactId >com.ibm.cics.jcicsx</artifactId >
29+ <version >730-SNAPSHOT</version >
30+ <scope >provided</scope >
2831 </dependency >
2932 <dependency >
3033 <groupId >junit</groupId >
3134 <artifactId >junit</artifactId >
32- <version >3.8.1 </version >
35+ <version >4.13 </version >
3336 <scope >test</scope >
3437 </dependency >
3538 <dependency >
You can’t perform that action at this time.
0 commit comments