fix repository url and include junit 4.7
This commit is contained in:
parent
65a8226302
commit
1447618d96
1 changed files with 6 additions and 1 deletions
7
pom.xml
7
pom.xml
|
|
@ -118,6 +118,11 @@
|
|||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.14</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.7</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
|
@ -125,7 +130,7 @@
|
|||
<name>forkalsrud.org maven proxy</name>
|
||||
<releases><enabled>true</enabled></releases>
|
||||
<snapshots><enabled>false</enabled></snapshots>
|
||||
<url>http://www.forkalsrud.org/maven-proxy/repository</url>
|
||||
<url>http://forkalsrud.org:8080/maven-proxy/repository</url>
|
||||
<layout>legacy</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue