diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -38,6 +38,8 @@ <opensaml.version>2.6.6</opensaml.version> <!-- update to v3 (v2 is end-of-life in june 2016)--> <xmltooling.version>1.4.6</xmltooling.version> <xmlsec.version>2.1.2</xmlsec.version> + <jaxws-api.version>2.3.1</jaxws-api.version> + <jws-api.version>1.1</jws-api.version> <hibernate.version>5.3.6.Final</hibernate.version> <org.apache.commons.commons.dbcp2>2.5.0</org.apache.commons.commons.dbcp2> @@ -298,6 +300,18 @@ <artifactId>xmlsec</artifactId> <version>${xmlsec.version}</version> </dependency> + + <dependency> + <groupId>javax.xml.ws</groupId> + <artifactId>jaxws-api</artifactId> + <version>${jaxws-api.version}</version> + </dependency> + <dependency> + <groupId>javax.jws</groupId> + <artifactId>javax.jws-api</artifactId> + <version>${jws-api.version}</version> + </dependency> + <dependency> <groupId>com.google.guava</groupId> @@ -582,13 +596,13 @@ <version>${moa-id-module-elga_mandate_client}</version> </dependency> - <dependency> + <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-bkaMobilaAuthSAML2Test</artifactId> <version>${moa-id-version}</version> </dependency> - <dependency> + <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-sl20_authentication</artifactId> <version>${moa-id-version}</version> @@ -599,7 +613,14 @@ <artifactId>moa-id-module-AT_eIDAS_connector</artifactId> <version>${moa-id-version}</version> </dependency> - + + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-EID_connector</artifactId> + <version>${moa-id-version}</version> + </dependency> + + <dependency> <groupId>MOA.id.server</groupId> <artifactId>moa-id-commons</artifactId> |