diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 17:51:06 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-04 17:51:06 +0100 |
commit | cd0887a43b0b4350e736433c2b513901a2151601 (patch) | |
tree | a64f04705ed3e686787e20f091768aacb94d8e25 /id/server/auth/pom.xml | |
parent | e4350d795922f798ff2edc53933c99d4a24a3bc9 (diff) | |
download | moa-id-spss-cd0887a43b0b4350e736433c2b513901a2151601.tar.gz moa-id-spss-cd0887a43b0b4350e736433c2b513901a2151601.tar.bz2 moa-id-spss-cd0887a43b0b4350e736433c2b513901a2151601.zip |
after merge, having problem
Diffstat (limited to 'id/server/auth/pom.xml')
-rw-r--r-- | id/server/auth/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 987ae1951..c17722df0 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -79,8 +79,13 @@ <groupId>MOA.id.server</groupId> <artifactId>moa-id-lib</artifactId> </dependency> - - <!-- transitive dependencies we don't want to include into the war --> + <dependency> + <groupId>eu.stork</groupId> + <artifactId>oasis-dss-api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + + <!-- transitive dependencies we don't want to include into the war --> <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_jce_full</artifactId> |