Fix project structure

Haha kut had a point, tests are enabled in travis just for assurance.
This commit is contained in:
zeruth
2019-04-18 15:59:45 -04:00
parent 28aacb6aac
commit 335724441c
4 changed files with 28 additions and 35 deletions

View File

@@ -244,6 +244,16 @@
<version>${guice.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.24.1-GA</version>
</dependency>
<dependency>
<groupId>org.xeustechnologies</groupId>
<artifactId>jcl-core</artifactId>
<version>2.8</version>
</dependency>
</dependencies>
<build>