Skip to content

Commit

Permalink
working on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
StFS committed Sep 28, 2023
1 parent 58d5fef commit 91549e6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions client-device-connection-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,19 @@
<artifactId>hono-client-common</artifactId>
</dependency>

<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
<dependency> <!-- TODO: changed from vertx-web because there only seems to be dependency on -core. Maybe there are runtime dependencies though??? -->
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<dependency> <!-- TODO: added because there is direct dependency on it but it was brought in transiently before (probably through Quarkus) -->
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 91549e6

Please sign in to comment.