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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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>
|