Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion finish/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ LABEL \
COPY --chown=1001:0 src/main/liberty/config /config/
RUN features.sh
COPY --chown=1001:0 target/guide-sessions.war /config/apps
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.6.jar /opt/ol/wlp/usr/shared/resources
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.8.jar /opt/ol/wlp/usr/shared/resources

RUN configure.sh
4 changes: 2 additions & 2 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.6.0</version>
<version>5.3.8</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.3.6</version>
<version>5.3.8</version>
</dependency>
</dependencyGroup>
</copyDependencies>
Expand Down
2 changes: 1 addition & 1 deletion finish/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- tag::library[] -->
<library id="jCacheVendorLib">
<!-- tag::hazelcastjar[] -->
<file name="${shared.resource.dir}/hazelcast-5.3.6.jar" />
<file name="${shared.resource.dir}/hazelcast-5.3.8.jar" />
<!-- end::hazelcastjar[] -->
</library>
<!-- end::library[] -->
Expand Down
2 changes: 1 addition & 1 deletion start/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ LABEL \
COPY --chown=1001:0 src/main/liberty/config /config/
RUN features.sh
COPY --chown=1001:0 target/guide-sessions.war /config/apps
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.6.jar /opt/ol/wlp/usr/shared/resources
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.8.jar /opt/ol/wlp/usr/shared/resources

RUN configure.sh
4 changes: 2 additions & 2 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.6.0</version>
<version>5.3.8</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.3.6</version>
<version>5.3.8</version>
</dependency>
</dependencyGroup>
</copyDependencies>
Expand Down