Skip to content

Commit

Permalink
Restructure modules as per PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StFS committed Aug 26, 2023
1 parent 7007975 commit a202675
Show file tree
Hide file tree
Showing 49 changed files with 492 additions and 2,680 deletions.
16 changes: 3 additions & 13 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,22 +328,17 @@ quarkus.vertx.max-event-loop-execute-time=${max.event-loop.execute-time:20000}
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-cache-common</artifactId>
<artifactId>client-device-connection</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-cache-infinispan</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-cache-redis</artifactId>
<artifactId>client-device-connection-infinispan</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-client-device-connection</artifactId>
<artifactId>client-device-connection-redis</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -461,11 +456,6 @@ quarkus.vertx.max-event-loop-execute-time=${max.event-loop.execute-time:20000}
<artifactId>hono-service-command-router</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>client-device-connection-infinispan</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-client-application</artifactId>
Expand Down
112 changes: 0 additions & 112 deletions caches/cache-common/pom.xml

This file was deleted.

96 changes: 0 additions & 96 deletions caches/cache-infinispan/pom.xml

This file was deleted.

Loading

0 comments on commit a202675

Please sign in to comment.