Fixed build dependencies

Change-Id: Ia3ff48c43d56ea89db1efc08a7d95da0325425b2
This commit is contained in:
Timothy Cline 2014-12-11 16:26:18 -06:00
parent caab9110c1
commit 2b6d75ca05
1 changed files with 15 additions and 2 deletions

17
pom.xml
View File

@ -32,6 +32,12 @@
</executions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
</plugin>
<!-- Ensure all dependent jars are packaged together -->
<plugin>
@ -70,7 +76,14 @@
</build>
<dependencies>
<!-- JUnit -->
<!-- slf4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -108,4 +121,4 @@
</dependency>
</dependencies>
</project>
</project>