aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-22 08:49:49 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-22 08:49:49 +0100
commitf5970e6aa4f621e870db8a9337fb00598cd85703 (patch)
tree6bf0c55eda66616dde97cc71b26c38eee19b02ab /pom.xml
parent9b980ba714e6d59abcccb10df5036c0c318721c5 (diff)
downloadmoa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.tar.gz
moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.tar.bz2
moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.zip
update third party libs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index f9657240e..41af492da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<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.0.6</xmlsec.version>
<hibernate.version>5.1.0.Final</hibernate.version> <!-- update to v5 -->
<cxf.version>3.1.5</cxf.version>
@@ -52,7 +53,7 @@
<slf4j.version>1.7.19</slf4j.version>
<mysql-connector.java>5.1.38</mysql-connector.java>
- <junit.version>4.11</junit.version>
+ <junit.version>3.8.2</junit.version>
<org.apache.commons.io.version>2.4</org.apache.commons.io.version>
<org.apache.commons.lang3.version>3.4</org.apache.commons.lang3.version>
<org.apache.commons.collections4.version>4.1</org.apache.commons.collections4.version>
@@ -285,6 +286,13 @@
<artifactId>xmltooling</artifactId>
<version>${xmltooling.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.santuario</groupId>
+ <artifactId>xmlsec</artifactId>
+ <version>${xmlsec.version}</version>
+ </dependency>
+
+
<dependency>
<groupId>org.apache.cxf</groupId>
@@ -554,7 +562,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -566,9 +574,9 @@
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provide</scope>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>3.0.1</version>
+ <scope>provide</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>