Skip to content

Commit bd66305

Browse files
committed
don't use client for jcicsx - assume user has it cached
1 parent e1fd3fe commit bd66305

File tree

5 files changed

+47
-26
lines changed

5 files changed

+47
-26
lines changed

append-char-container-sample/pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
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

bit-link-program-sample/pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@
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

char-link-program-sample/pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@
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

cics-java-liberty-restapp/pom.xml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,23 @@
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

mockito-testing-containers-sample/pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,19 @@
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>

0 commit comments

Comments
 (0)