aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2017-10-03 16:17:17 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2017-10-03 16:17:17 +0200
commit588b730eff977fa7fba62612ec7b4bb1bc56ebd8 (patch)
treef70267f8e6b8c38e367e3639ea47bcecb8a48fad /id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml
parent765c5bc8694275b08f56797ac417b176cb30fff0 (diff)
downloadmoa-id-spss-588b730eff977fa7fba62612ec7b4bb1bc56ebd8.tar.gz
moa-id-spss-588b730eff977fa7fba62612ec7b4bb1bc56ebd8.tar.bz2
moa-id-spss-588b730eff977fa7fba62612ec7b4bb1bc56ebd8.zip
update mobile-auth module for eGov KU 2017/18
Diffstat (limited to 'id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml')
-rw-r--r--id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml b/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml
index 0db2b26a8..0207eb6c9 100644
--- a/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml
+++ b/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/pom.xml
@@ -7,4 +7,35 @@
</parent>
<artifactId>moa-id-module-bkaMobilaAuthSAML2Test</artifactId>
<description>BKA MobileAuth Test for SAML2 applications</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <version>1.52</version>
+ </dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <version>1.52</version>
+ </dependency>
+
+ <!-- JSON JWT implementation -->
+ <dependency>
+ <groupId>com.googlecode.jsontoken</groupId>
+ <artifactId>jsontoken</artifactId>
+ <version>1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <artifactId>google-collections</artifactId>
+ <groupId>com.google.collections</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+
</project> \ No newline at end of file