aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml28
1 files changed, 23 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index c896e7ec3..28c2d1588 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,11 @@
-->
<!-- Project Version -->
- <moa-commons-version>3.0.1-Snapshot</moa-commons-version>
- <moa-id-version>3.0.2-Snapshot</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-Snapshot</moa-spss-version>
- <configtool-version>2.0.1-Snapshot</configtool-version>
+ <configtool-version>2.0.3-Snapshot</configtool-version>
<demo-oa-version>2.0.5-Snapshot</demo-oa-version>
<!-- Library Versions -->
@@ -190,6 +190,7 @@
<fork>true</fork>
<executable>${env.BUILD_EXECUTEABLE}</executable>
<compilerVersion>${env.BUILD_VERSION}</compilerVersion>
+ <encoding>${project.build.sourceEncoding}</encoding>
<source>1.7</source>
<target>1.7</target>
</configuration>
@@ -235,7 +236,7 @@
</goals>
</execution>
</executions>
- </ plugin>-->
+ </plugin> -->
</plugins>
@@ -248,6 +249,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>test.*</excludePackageNames>
+ <failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>
@@ -438,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>