diff options
author | Gerwin Gsenger <g.gsenger@datentechnik-innovation.at> | 2015-01-21 11:56:52 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:08:02 +0200 |
commit | 893f6f7ffc1f5d17d03f5fcd47762b6e4699587a (patch) | |
tree | 6c392a9091b2fa982a3901e01ee48489cdd07614 /pom.xml | |
parent | d659e473f755404ae40b045124460bdb1150c304 (diff) | |
download | moa-id-spss-893f6f7ffc1f5d17d03f5fcd47762b6e4699587a.tar.gz moa-id-spss-893f6f7ffc1f5d17d03f5fcd47762b6e4699587a.tar.bz2 moa-id-spss-893f6f7ffc1f5d17d03f5fcd47762b6e4699587a.zip |
use junit4 only in moa-id-commons
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -452,7 +452,7 @@ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
|