aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2019-12-13 08:54:02 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2019-12-13 08:54:02 +0100
commit38f60c2385cd47c320942fdc7c9eb158f0e320e0 (patch)
tree3269a16ff008242f214a3d1ded556392d6214324 /id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml
parent31e23d3cedeecf980e39b9637237cb8f3d01ad9f (diff)
downloadmoa-id-spss-38f60c2385cd47c320942fdc7c9eb158f0e320e0.tar.gz
moa-id-spss-38f60c2385cd47c320942fdc7c9eb158f0e320e0.tar.bz2
moa-id-spss-38f60c2385cd47c320942fdc7c9eb158f0e320e0.zip
add code for SEMPER eIDAS extensions
Diffstat (limited to 'id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml')
-rw-r--r--id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml b/id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml
index 748b6a247..2ba496dd7 100644
--- a/id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml
+++ b/id/server/modules/moa-id-module-AT_eIDAS_connector/pom.xml
@@ -58,5 +58,23 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_core_utils</artifactId>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf-core</artifactId>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>