Skip to content

Commit

Permalink
Use quarkus platform property (trustyai-explainability#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobGeada authored Oct 31, 2023
1 parent 32568a6 commit 70fdcc5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions explainability-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-arc</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
</dependency>
<dependency>
Expand All @@ -59,11 +59,11 @@
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-junit5</artifactId>
<scope>test</scope>
</dependency>
Expand All @@ -73,39 +73,39 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-junit5-mockito</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-container-image-docker</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-kubernetes</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-scheduler</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-funqy-knative-events</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-hibernate-validator</artifactId>
</dependency>
<dependency>
Expand All @@ -114,7 +114,7 @@
<version>${apache.commons.collections.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-cache</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 70fdcc5

Please sign in to comment.