diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 28 |
1 files changed, 22 insertions, 6 deletions
@@ -22,12 +22,12 @@ --> <!-- Project Version --> - <moa-commons-version>3.0.2</moa-commons-version> - <moa-id-version>3.0.2</moa-id-version> + <moa-commons-version>3.0.3-Snapshot</moa-commons-version> + <moa-id-version>3.0.3-Snapshot</moa-id-version> <moa-id-proxy-version>2.0.1-Snapshot</moa-id-proxy-version> - <moa-spss-version>2.0.5</moa-spss-version> - <configtool-version>2.0.2</configtool-version> - <demo-oa-version>2.0.5</demo-oa-version> + <moa-spss-version>2.0.5-Snapshot</moa-spss-version> + <configtool-version>2.0.3-Snapshot</configtool-version> + <demo-oa-version>2.0.5-Snapshot</demo-oa-version> <!-- Library Versions --> <org.springframework.version>4.1.6.RELEASE</org.springframework.version> @@ -440,7 +440,23 @@ <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-monitoring</artifactId> <version>${moa-id-version}</version> - </dependency> + </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-saml1</artifactId> + <version>${moa-id-version}</version> + </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-openID</artifactId> + <version>${moa-id-version}</version> + </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-modul-citizencard_authentication</artifactId> + <version>${moa-id-version}</version> + </dependency> + <dependency> <groupId>MOA.spss.server</groupId> <artifactId>moa-spss-lib</artifactId> |