Skip to content

Commit

Permalink
Update service-parent to 4
Browse files Browse the repository at this point in the history
  And update infinispan to 14.0.6.Final
  • Loading branch information
ligangty committed Dec 4, 2023
1 parent 89b3efa commit 96c4b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.commonjava</groupId>
<artifactId>service-parent</artifactId>
<version>2</version>
<version>4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.commonjava.indy.service</groupId>
Expand All @@ -47,7 +47,7 @@
<indysecurity.verison>1.1</indysecurity.verison>

<cassandra.version>3.11.3</cassandra.version>
<infinispan.version>11.0.8.Final</infinispan.version>
<infinispan.version>14.0.6.Final</infinispan.version>
<agroal.version>2.0</agroal.version>

<!--
Expand Down Expand Up @@ -360,7 +360,7 @@
</configuration>
</plugin>
<plugin>
<groupId>io.quarkus</groupId>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down

0 comments on commit 96c4b82

Please sign in to comment.