Skip to content

Commit

Permalink
Update BOMs: remove mapdb, add dagger (openhab#1493)
Browse files Browse the repository at this point in the history
Related to openhab#1488
Fixes openhab#1238

Signed-off-by: Wouter Born <github@maindrain.net>
GitOrigin-RevId: 2b5be0b
  • Loading branch information
wborn authored and splatch committed Jul 11, 2023
1 parent 7434301 commit 8659a53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
8 changes: 0 additions & 8 deletions bom/compile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,6 @@
<scope>compile</scope>
</dependency>

<!-- MapDB -->
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

<!-- Measurement -->
<dependency>
<groupId>javax.measure</groupId>
Expand Down
14 changes: 6 additions & 8 deletions bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,14 +448,6 @@
<scope>compile</scope>
</dependency>

<!-- MapDB -->
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>

<!-- Measurement -->
<dependency>
<groupId>javax.measure</groupId>
Expand Down Expand Up @@ -483,6 +475,12 @@
<version>1.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.osgiify</groupId>
<artifactId>com.google.dagger</artifactId>
<version>2.20</version>
<scope>compile</scope>
</dependency>

<!-- All serial transports -->
<dependency>
Expand Down

0 comments on commit 8659a53

Please sign in to comment.