diff options
author | Christian Wagner <c.wagner@datentechnik-innovation.com> | 2015-01-19 17:20:08 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:07:58 +0200 |
commit | b6940b7aea1c901eac9da7eb2ed188393553c10d (patch) | |
tree | ce16d8f62a00390b44758dc7a4395829ac49b9c9 /id/server/moa-id-commons/pom.xml | |
parent | dc50d90a4750600b4555c19c2b939200216b68bd (diff) | |
download | moa-id-spss-b6940b7aea1c901eac9da7eb2ed188393553c10d.tar.gz moa-id-spss-b6940b7aea1c901eac9da7eb2ed188393553c10d.tar.bz2 moa-id-spss-b6940b7aea1c901eac9da7eb2ed188393553c10d.zip |
add missing junit artifact to 'moa-id-commons' and update its version to 4.11
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-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> |