Skip to content

Commit

Permalink
Remove specific dep versions in favour of derived from parent
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 committed Mar 21, 2024
1 parent eee67d1 commit 6020ba9
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<eventmodel.version>1.5</eventmodel.version>
<indysecurity.verison>1.2-SNAPSHOT</indysecurity.verison>
<cassandra.version>3.11.3</cassandra.version>
<agroal.version>2.0</agroal.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -115,6 +114,7 @@
<artifactId>quarkus-oidc</artifactId>
</dependency>

<!-- quarkus test deps -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down Expand Up @@ -160,7 +160,7 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<!-- quarkus deps end -->

<!-- quarkus otel deps -->
<dependency>
<groupId>io.quarkus</groupId>
Expand All @@ -182,15 +182,7 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-extension-jaeger-remote-sampler</artifactId>
</dependency>
<!-- for honeycomb otel usage, see: https://docs.honeycomb.io/getting-data-in/opentelemetry/java-distro/ -->
<!--
<dependency>
<groupId>io.honeycomb</groupId>
<artifactId>honeycomb-opentelemetry-sdk</artifactId>
<version>${honeycomb.otel.version}</version>
</dependency>
-->
<!-- quarkus otel deps end -->

<!-- for access other services -->
<dependency>
<groupId>io.quarkus</groupId>
Expand All @@ -214,11 +206,6 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
<version>2.0.2.Final</version>
</dependency>
<dependency>
<groupId>org.commonjava.atlas</groupId>
<artifactId>atlas-relationships-api</artifactId>
Expand All @@ -234,15 +221,9 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.datastax.cassandra</groupId>
Expand All @@ -257,29 +238,16 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
<version>1.26</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>org.commonjava.util</groupId>
<artifactId>http-testserver-core</artifactId>
<version>2.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6020ba9

Please sign in to comment.