diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 47 |
1 files changed, 40 insertions, 7 deletions
@@ -22,18 +22,20 @@ --> <!-- Project Version --> - <moa-id-version>3.3.3-snapshot</moa-id-version> + <moa-id-version>4.0.0-snapshot</moa-id-version> - <moa-id-version-final>3.3.3-snapshot</moa-id-version-final> - <moa-id-version-edu>3.3.3-snapshot</moa-id-version-edu> + <moa-id-version-final>4.0.0-snapshot</moa-id-version-final> + <moa-id-version-edu>4.0.0-snapshot</moa-id-version-edu> <moa-id-proxy-version>2.0.1</moa-id-proxy-version> - <configtool-version>2.4.2-snapshot</configtool-version> + <configtool-version>3.0.0-snapshot</configtool-version> <demo-oa-version>2.0.6</demo-oa-version> - <moa-id-module-elga_mandate_client>1.3</moa-id-module-elga_mandate_client> - + <moa-id-module-elga_mandate_client>1.3.1</moa-id-module-elga_mandate_client> + + <!-- =================================================================================== --> + <egiz.eaaf.version>1.0.0-snapshot</egiz.eaaf.version> <org.springframework.version>4.3.13.RELEASE</org.springframework.version> <org.springframework.data.spring-data-jpa>1.11.9.RELEASE</org.springframework.data.spring-data-jpa> <surefire.version>2.20.1</surefire.version> @@ -436,7 +438,30 @@ <version>1.46</version> </dependency> --> - <dependency> + + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf-core</artifactId> + <version>${egiz.eaaf.version}</version> + </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_module_pvp2_idp</artifactId> + <version>${egiz.eaaf.version}</version> + </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_module_pvp2_sp</artifactId> + <version>${egiz.eaaf.version}</version> + </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_module_pvp2_core</artifactId> + <version>${egiz.eaaf.version}</version> + </dependency> + + + <dependency> <groupId>MOA.id.server</groupId> <artifactId>moa-id-spring-initializer</artifactId> <version>${moa-id-version}</version> @@ -541,6 +566,12 @@ <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-sl20_authentication</artifactId> <version>${moa-id-version}</version> + </dependency> + + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-AT_eIDAS_connector</artifactId> + <version>${moa-id-version}</version> </dependency> <dependency> @@ -705,6 +736,8 @@ <version>${org.springframework.version}</version> </dependency> + + <!-- the core, which includes Streaming API, shared low-level abstractions (but NOT data-binding) --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |