Skip to content

Commit

Permalink
Cleanup POMs.
Browse files Browse the repository at this point in the history
- multiple overlapping netty classes in standalone
- remove junk tests
  • Loading branch information
zegelin committed Aug 22, 2018
1 parent ed902c3 commit a904dfd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 169 deletions.
7 changes: 0 additions & 7 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,5 @@
<artifactId>picocli</artifactId>
<version>3.5.1</version>
</dependency>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
35 changes: 0 additions & 35 deletions common/src/test/java/com/zegelin/JSONTest.java

This file was deleted.

29 changes: 0 additions & 29 deletions common/src/test/java/com/zegelin/JmxNames.java

This file was deleted.

11 changes: 0 additions & 11 deletions common/src/test/java/com/zegelin/MapTest.java

This file was deleted.

69 changes: 0 additions & 69 deletions common/src/test/java/com/zegelin/MetricsTest.java

This file was deleted.

18 changes: 0 additions & 18 deletions common/src/test/java/com/zegelin/NameTest.java

This file was deleted.

7 changes: 7 additions & 0 deletions standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.4.0</version>
<exclusions>
<!-- exclude netty, as it's pulled in as a direct dependency below -->
<exclusion>
<artifactId>netty-handler</artifactId>
<groupId>io.netty</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit a904dfd

Please sign in to comment.