aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/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 /id/server/moa-id-commons/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 'id/server/moa-id-commons/pom.xml')
-rw-r--r--id/server/moa-id-commons/pom.xml42
1 files changed, 26 insertions, 16 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml
index 1841a66ee..d4d0d0563 100644
--- a/id/server/moa-id-commons/pom.xml
+++ b/id/server/moa-id-commons/pom.xml
@@ -68,25 +68,35 @@
</dependency>
<dependency>
<groupId>at.gv.util</groupId>
- <artifactId>egovutils</artifactId>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
+ <artifactId>egovutils</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
- <dependency>
- <groupId>org.opensaml</groupId>
- <artifactId>opensaml</artifactId>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>opensaml</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>openws</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>