diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 16:00:30 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-05 16:00:30 +0200 |
commit | 00bdab2679d27e0b6db21fe97915211c7d771c52 (patch) | |
tree | 9917edd03501a3486357ebfcf77392d8e890923d /id/server/moa-id-commons | |
parent | 9ac6dded6ec870f6d6ae03dbb43214ef2489e3c3 (diff) | |
download | moa-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')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 42 |
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> |