aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGerwin Gsenger <g.gsenger@datentechnik-innovation.at>2015-01-19 16:59:05 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-06-19 11:07:57 +0200
commitdc50d90a4750600b4555c19c2b939200216b68bd (patch)
tree2b9fb82e84ae4bc8ddd16b100ab0d905a115f4e4 /pom.xml
parent4791f1f77125e1c4c76d189f441924fd62874091 (diff)
downloadmoa-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 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e23eb9299..f237cbbe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -679,7 +679,12 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson-version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${spring-orm-version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>