aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-01-28 08:33:10 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-01-28 08:33:10 +0100
commit77bcf9be400312591244c6c00ff142d45d6586ad (patch)
tree161ce8f9a8a67755cddfca10c69cfb5bd03e4786 /pom.xml
parent263393a2e96f6a76a3f82ef6602056bcc5881cca (diff)
downloadmoa-id-spss-77bcf9be400312591244c6c00ff142d45d6586ad.tar.gz
moa-id-spss-77bcf9be400312591244c6c00ff142d45d6586ad.tar.bz2
moa-id-spss-77bcf9be400312591244c6c00ff142d45d6586ad.zip
fix maven dependency build problem
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 05b2ccaef..a68b5f1c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,6 +437,14 @@
<version>${moa-id-version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>MOA.id.server</groupId>
+ <artifactId>moa-id-lib</artifactId>
+ <version>${moa-id-version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+
<dependency>
<groupId>MOA.id.server.modules</groupId>
<artifactId>moa-id-module-stork</artifactId>