Skip to content

Commit

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

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed May 22, 2020
1 parent 97d7ef6 commit 2b5be0b
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 2b5be0b

Please sign in to comment.