diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 33 |
1 files changed, 29 insertions, 4 deletions
@@ -22,11 +22,11 @@ --> <!-- Project Version --> - <moa-commons-version>3.1.0-RC1</moa-commons-version> - <moa-id-version>3.1.0-RC1</moa-id-version> + <moa-commons-version>3.2.0-OPB-Snapshot</moa-commons-version> + <moa-id-version>3.2.0-OPB-Snapshot</moa-id-version> <moa-id-proxy-version>2.0.1-Snapshot</moa-id-proxy-version> <moa-spss-version>2.0.5-RC1</moa-spss-version> - <configtool-version>2.1.0-RC1</configtool-version> + <configtool-version>2.2.0-OPB-Snapshot</configtool-version> <demo-oa-version>2.0.5</demo-oa-version> <!-- Library Versions --> @@ -437,6 +437,14 @@ <version>${moa-id-version}</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-lib</artifactId> + <version>${moa-id-version}</version> + <scope>test</scope> + <type>test-jar</type> + </dependency> + <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-stork</artifactId> @@ -461,7 +469,24 @@ <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-modul-citizencard_authentication</artifactId> <version>${moa-id-version}</version> - </dependency> + </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-eIDAS</artifactId> + <version>${moa-id-version}</version> + </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-pvp2</artifactId> + <version>${moa-id-version}</version> + </dependency> + + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-modules-federated_authentication</artifactId> + <version>${moa-id-version}</version> + </dependency> + <dependency> <groupId>MOA.spss.server</groupId> |