Skip to content

Commit

Permalink
reorder pom.xml to minimize changes in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
StFS committed Apr 16, 2024
1 parent e04bada commit 331053d
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions client-device-connection-infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-legal</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>client-device-connection-base</artifactId>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core-jakarta</artifactId>
Expand All @@ -55,25 +53,23 @@
<groupId>org.infinispan</groupId>
<artifactId>infinispan-query-dsl</artifactId>
<exclusions>
<exclusion>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-commons</artifactId>
</exclusion>
<exclusion>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-commons</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- TODO: these are repeated from client-device-connection-base. Keep or remove? -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<groupId>org.eclipse.hono</groupId>
<artifactId>client-device-connection-base</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-core</artifactId>
<artifactId>hono-client-common</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-client-common</artifactId>
<artifactId>hono-core</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down Expand Up @@ -120,13 +116,6 @@
</dependency>

<!-- testing -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope>
</dependency>

<!-- TODO: these are repeated from client-device-connection-base. Keep or remove? -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down Expand Up @@ -162,6 +151,11 @@
<artifactId>core-test-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand All @@ -185,4 +179,3 @@
</plugins>
</build>
</project>

0 comments on commit 331053d

Please sign in to comment.