diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-28 08:33:10 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-28 08:33:10 +0100 |
commit | 77bcf9be400312591244c6c00ff142d45d6586ad (patch) | |
tree | 161ce8f9a8a67755cddfca10c69cfb5bd03e4786 /pom.xml | |
parent | 263393a2e96f6a76a3f82ef6602056bcc5881cca (diff) | |
download | moa-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.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |