diff options
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 9 |
1 files changed, 8 insertions, 1 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> |