diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-10-15 09:30:02 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-10-15 09:30:02 +0200 |
commit | 9033146d29c45a9f9a781e0ff450981c27045c3d (patch) | |
tree | 4d8c85e9be60e3cfabe09ab90cfa6b14b0a1846c /id/server/modules/moa-id-modules-saml1/pom.xml | |
parent | e469192bdf92866da4e0c584fe1cc683c2506ccd (diff) | |
download | moa-id-spss-9033146d29c45a9f9a781e0ff450981c27045c3d.tar.gz moa-id-spss-9033146d29c45a9f9a781e0ff450981c27045c3d.tar.bz2 moa-id-spss-9033146d29c45a9f9a781e0ff450981c27045c3d.zip |
add maven test depentencies
Diffstat (limited to 'id/server/modules/moa-id-modules-saml1/pom.xml')
-rw-r--r-- | id/server/modules/moa-id-modules-saml1/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-modules-saml1/pom.xml b/id/server/modules/moa-id-modules-saml1/pom.xml index 26a082431..9c43ae277 100644 --- a/id/server/modules/moa-id-modules-saml1/pom.xml +++ b/id/server/modules/moa-id-modules-saml1/pom.xml @@ -18,6 +18,22 @@ </properties> <dependencies> + + <dependency> + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-lib</artifactId> + <scope>test</scope> + <type>test-jar</type> + <version>3.0.3-Snapshot</version> + </dependency> + + <dependency> + <groupId>MOA</groupId> + <artifactId>moa-common</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-modul-citizencard_authentication</artifactId> |