remove local jars and add missing dependency to pom

This commit is contained in:
Andy Janata 2015-02-15 17:50:31 -08:00
parent 07e2ac72c4
commit 94bce3b416
33 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -316,5 +316,11 @@
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.19.0-GA</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>