File tree Expand file tree Collapse file tree 6 files changed +14
-33
lines changed
append-char-container-sample
cics-java-liberty-restapp
mockito-testing-containers-sample Expand file tree Collapse file tree 6 files changed +14
-33
lines changed Original file line number Diff line number Diff line change 1919 <version >1.0</version >
2020 <scope >provided</scope >
2121 </dependency >
22+
23+ <!-- JCICSX dependency -->
2224 <dependency >
23- <!--
24- <groupId>com.ibm.cics</groupId>
25- <artifactId>com.ibm.cics.jcicsx</artifactId>
26- -->
27- <groupId >com.ibm.cics.antz.Integrated</groupId >
25+ <groupId >com.ibm.cics</groupId >
2826 <artifactId >com.ibm.cics.jcicsx</artifactId >
29- <version >730-SNAPSHOT </version >
27+ <version >1.000.0-5.6 </version >
3028 <scope >provided</scope >
3129 </dependency >
3230 </dependencies >
Original file line number Diff line number Diff line change 3030
3131 <!-- JCICSX dependency -->
3232 <dependency >
33- <!--
34- <groupId>com.ibm.cics</groupId>
35- <artifactId>com.ibm.cics.jcicsx</artifactId>
36- -->
37- <groupId >com.ibm.cics.antz.Integrated</groupId >
33+ <groupId >com.ibm.cics</groupId >
3834 <artifactId >com.ibm.cics.jcicsx</artifactId >
39- <version >730-SNAPSHOT </version >
35+ <version >1.000.0-5.6 </version >
4036 <scope >provided</scope >
4137 </dependency >
4238 </dependencies >
Original file line number Diff line number Diff line change 22
33// request message on server
44//Calls SampleServlet to get the message
5- xhrGet ( "SampleServlet " , function ( responseText ) {
5+ xhrGet ( "BitLinkServlet " , function ( responseText ) {
66 // add to document
77 var mytitle = document . getElementById ( 'message' ) ;
88 mytitle . innerHTML = responseText ;
Original file line number Diff line number Diff line change 2525
2626 <!-- JCICSX dependency, used in CharLinkServlet.java -->
2727 <dependency >
28- <!--
29- <groupId>com.ibm.cics</groupId>
30- <artifactId>com.ibm.cics.jcicsx</artifactId>
31- -->
32- <groupId >com.ibm.cics.antz.Integrated</groupId >
28+ <groupId >com.ibm.cics</groupId >
3329 <artifactId >com.ibm.cics.jcicsx</artifactId >
34- <version >730-SNAPSHOT </version >
30+ <version >1.000.0-5.6 </version >
3531 <scope >provided</scope >
3632 </dependency >
3733 </dependencies >
Original file line number Diff line number Diff line change 2626 <groupId >javax.ws.rs</groupId >
2727 <artifactId >javax.ws.rs-api</artifactId >
2828 <version >2.0.1</version >
29- <scope >provided</scope >
3029 </dependency >
3130
32- <!-- JCICSX dependency, used in ReverseResource.java -->
31+ <!-- JCICSX dependency -->
3332 <dependency >
34- <!--
35- <groupId>com.ibm.cics</groupId>
36- <artifactId>com.ibm.cics.jcicsx</artifactId>
37- -->
38- <groupId >com.ibm.cics.antz.Integrated</groupId >
33+ <groupId >com.ibm.cics</groupId >
3934 <artifactId >com.ibm.cics.jcicsx</artifactId >
40- <version >730-SNAPSHOT </version >
35+ <version >1.000.0-5.6 </version >
4136 <scope >provided</scope >
4237 </dependency >
4338 </dependencies >
Original file line number Diff line number Diff line change 2222
2323 <!-- JCICSX Dependency -->
2424 <dependency >
25- <!--
26- <groupId>com.ibm.cics</groupId>
27- <artifactId>com.ibm.cics.jcicsx</artifactId>
28- -->
29- <groupId >com.ibm.cics.antz.Integrated</groupId >
25+ <groupId >com.ibm.cics</groupId >
3026 <artifactId >com.ibm.cics.jcicsx</artifactId >
31- <version >730-SNAPSHOT </version >
27+ <version >1.000.0-5.6 </version >
3228 <scope >provided</scope >
3329 </dependency >
3430
You can’t perform that action at this time.
0 commit comments