Fixed build dependencies
Change-Id: Ia3ff48c43d56ea89db1efc08a7d95da0325425b2
This commit is contained in:
parent
caab9110c1
commit
2b6d75ca05
17
pom.xml
17
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user