diff options
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 9 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index b228c4352..b3dc86f50 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -138,7 +138,12 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> - + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <!-- for testing only ? --> <dependency> <groupId>org.springframework</groupId> @@ -162,6 +167,8 @@ <artifactId>commons-dbcp</artifactId> <version>1.4</version> </dependency> + + </dependencies> @@ -452,7 +452,7 @@ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
|