Skip to content

Commit

Permalink
Merge pull request #122 from ligangty/main
Browse files Browse the repository at this point in the history
Update service-parent to 4
  • Loading branch information
ligangty authored Dec 4, 2023
2 parents 89b3efa + 03d57b0 commit b66cf43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -172,7 +172,7 @@
<!-- quarkus otel deps -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-opentelemetry-exporter-otlp</artifactId>
<artifactId>quarkus-opentelemetry</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
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 b66cf43

Please sign in to comment.