Skip to content

Commit

Permalink
Merge pull request #50 from iantmoore/code-cleanup-and-lib-updates
Browse files Browse the repository at this point in the history
code cleanup and lib version updates
  • Loading branch information
iantmoore committed Mar 28, 2017
2 parents b12cc8b + e69a092 commit 2b90e46
Show file tree
Hide file tree
Showing 27 changed files with 127 additions and 2,152 deletions.
17 changes: 3 additions & 14 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
<scope>test</scope>
</dependency>


<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand All @@ -63,21 +58,15 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>

</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down Expand Up @@ -113,7 +102,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
</dependency>

<!-- Test Logging -->
Expand Down

This file was deleted.

Loading

0 comments on commit 2b90e46

Please sign in to comment.