diff options
author | Gerwin Gsenger <g.gsenger@datentechnik-innovation.at> | 2015-01-19 16:59:05 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:07:57 +0200 |
commit | dc50d90a4750600b4555c19c2b939200216b68bd (patch) | |
tree | 2b9fb82e84ae4bc8ddd16b100ab0d905a115f4e4 /id/server/moa-id-commons/pom.xml | |
parent | 4791f1f77125e1c4c76d189f441924fd62874091 (diff) | |
download | moa-id-spss-dc50d90a4750600b4555c19c2b939200216b68bd.tar.gz moa-id-spss-dc50d90a4750600b4555c19c2b939200216b68bd.tar.bz2 moa-id-spss-dc50d90a4750600b4555c19c2b939200216b68bd.zip |
add initial version of a moaid-configuration test, does not work if old db is not initialized
Diffstat (limited to 'id/server/moa-id-commons/pom.xml')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 85bd82dd4..b228c4352 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -141,6 +141,11 @@ <!-- for testing only ? --> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>2.2.2</version> |