Updated JDOM and JUnit

This commit is contained in:
Patrick Gotthard 2013-10-01 17:53:06 +02:00
parent c60af3f14c
commit 4e5f609053

View file

@ -85,12 +85,12 @@
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1.1</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>