aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2019-08-05 16:00:30 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2019-08-05 16:00:30 +0200
commit00bdab2679d27e0b6db21fe97915211c7d771c52 (patch)
tree9917edd03501a3486357ebfcf77392d8e890923d /pom.xml
parent9ac6dded6ec870f6d6ae03dbb43214ef2489e3c3 (diff)
downloadmoa-id-spss-00bdab2679d27e0b6db21fe97915211c7d771c52.tar.gz
moa-id-spss-00bdab2679d27e0b6db21fe97915211c7d771c52.tar.bz2
moa-id-spss-00bdab2679d27e0b6db21fe97915211c7d771c52.zip
test profiles to switch between Java <=8 and Java > 8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 260b35e3d..bef5c174e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
<guava.version>27.1-jre</guava.version>
<opensaml.version>2.6.6</opensaml.version> <!-- update to v3 (v2 is end-of-life in june 2016)-->
+ <org.opensaml.openws.version>1.5.6</org.opensaml.openws.version>
<xmltooling.version>1.4.6</xmltooling.version>
<xmlsec.version>2.1.3</xmlsec.version>
<jaxws-api.version>2.3.1</jaxws-api.version>
@@ -303,6 +304,11 @@
<version>${xmltooling.version}</version>
</dependency>
<dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>openws</artifactId>
+ <version>${org.opensaml.openws.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>${xmlsec.version}</version>