Skip to content

Commit

Permalink
removed unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: krj1imb <johannes.schneider@bosch-si.com>
  • Loading branch information
krj1imb committed Sep 18, 2019
1 parent d95571d commit dbc5f35
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions java/pom.xml
Expand Up @@ -684,24 +684,12 @@

<dependencies>
<!-- ### Compile ### -->
<dependency>
<groupId>com.eclipsesource.minimal-json</groupId>
<artifactId>minimal-json</artifactId>
<version>${minimal-json.version}</version>
</dependency>

<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-websocket-client</artifactId>
<version>${nv-websocket-client.version}</version>
</dependency>

<dependency>
<groupId>org.atteo.classindex</groupId>
<artifactId>classindex</artifactId>
<version>${classindex.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -867,6 +855,12 @@
<version>${pax.exam.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.atteo.classindex</groupId>
<artifactId>classindex</artifactId>
<version>${classindex.version}</version>
<scope>test</scope>
</dependency>

<!-- OSGI framework to test with -->
<dependency>
Expand Down

0 comments on commit dbc5f35

Please sign in to comment.