[java-identity-provider] 02/02: IDP-1203: Introduce use of OpenSAML BOM to IdP dependency management
Brent Putman
putmanb at georgetown.edu
Fri Sep 7 20:45:50 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7f67f0f0690af68ed0e1d237fbf23b4af4f52c74
commit 7f67f0f0690af68ed0e1d237fbf23b4af4f52c74
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Sep 7 18:01:28 2018 -0400
IDP-1203: Introduce use of OpenSAML BOM to IdP dependency management
---
idp-admin-api/pom.xml | 1 -
idp-admin-impl/pom.xml | 2 --
idp-attribute-api/pom.xml | 4 ----
idp-attribute-filter-api/pom.xml | 1 -
idp-attribute-filter-impl/pom.xml | 4 ----
idp-attribute-filter-spring/pom.xml | 3 ---
idp-attribute-resolver-api/pom.xml | 1 -
idp-attribute-resolver-impl/pom.xml | 5 -----
idp-attribute-resolver-spring/pom.xml | 6 ------
idp-authn-api/pom.xml | 2 --
idp-authn-impl/pom.xml | 7 -------
idp-cas-api/pom.xml | 1 -
idp-cas-impl/pom.xml | 7 +------
idp-conf/pom.xml | 6 ------
idp-consent-impl/pom.xml | 5 +----
idp-core/pom.xml | 1 -
idp-installer/pom.xml | 3 ---
idp-parent/pom.xml | 9 ++++++++-
idp-profile-api/pom.xml | 3 ---
idp-profile-impl/pom.xml | 4 ----
idp-profile-spring/pom.xml | 7 +------
idp-saml-api/pom.xml | 8 --------
idp-saml-impl/pom.xml | 12 ------------
idp-session-api/pom.xml | 2 --
idp-session-impl/pom.xml | 5 -----
idp-ui/pom.xml | 4 +---
idp-war/pom.xml | 15 ---------------
27 files changed, 12 insertions(+), 116 deletions(-)
diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index b47fc91..80e39c0 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -31,7 +31,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<!-- Provided Dependencies -->
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 36e5b1a..641113b 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -49,14 +49,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index 1f7a03b..d282625 100644
--- a/idp-attribute-api/pom.xml
+++ b/idp-attribute-api/pom.xml
@@ -21,19 +21,16 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -48,7 +45,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index 8aebfc7..3ee01e9 100644
--- a/idp-attribute-filter-api/pom.xml
+++ b/idp-attribute-filter-api/pom.xml
@@ -32,7 +32,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<!-- Provided Dependencies -->
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index acd5a19..7a11932 100644
--- a/idp-attribute-filter-impl/pom.xml
+++ b/idp-attribute-filter-impl/pom.xml
@@ -42,12 +42,10 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<!-- Provided Dependencies -->
@@ -92,14 +90,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index 66095ab..b36c17b 100644
--- a/idp-attribute-filter-spring/pom.xml
+++ b/idp-attribute-filter-spring/pom.xml
@@ -42,7 +42,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -105,14 +104,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index 61b820e..1b6fdf8 100644
--- a/idp-attribute-resolver-api/pom.xml
+++ b/idp-attribute-resolver-api/pom.xml
@@ -36,7 +36,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-messaging-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index 0be23bb..a2adbe8 100644
--- a/idp-attribute-resolver-impl/pom.xml
+++ b/idp-attribute-resolver-impl/pom.xml
@@ -60,7 +60,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
@@ -102,7 +101,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -112,13 +110,11 @@
be found via dependency analysis -->
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
@@ -136,7 +132,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index acb68dc..51f077d 100644
--- a/idp-attribute-resolver-spring/pom.xml
+++ b/idp-attribute-resolver-spring/pom.xml
@@ -63,12 +63,10 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -129,27 +127,23 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index dde4407..6c82926 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -31,12 +31,10 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>org.ldaptive</groupId>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 01ed3f9..1a93739 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -52,17 +52,14 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-soap-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -106,7 +103,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
@@ -114,7 +110,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
@@ -122,14 +117,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index 5ecd4d2..397a1b2 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -30,7 +30,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 6707b15..74a366a 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -41,17 +41,14 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${httpclient.groupId}</groupId>
@@ -74,13 +71,11 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -123,4 +118,4 @@
</site>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index fb54091..1455af5 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -26,19 +26,16 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-messaging-impl</artifactId>
- <version>${opensaml.version}</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -105,20 +102,17 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index c6ccf40..18a0472 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -41,12 +41,10 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>javax.json</groupId>
@@ -85,7 +83,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
@@ -99,4 +96,4 @@
</site>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 20cb76a..7f020df 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -73,7 +73,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<!-- Provided Dependencies -->
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 2b8efc4..6244b18 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -40,7 +40,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -85,14 +84,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 935dae5..06b1e65 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -125,7 +125,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-messaging-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
@@ -167,6 +166,14 @@
<dependencies>
<!-- Compile Dependencies -->
<dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-bom</artifactId>
+ <version>${opensaml.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
+ <dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
<version>${spring-extensions.version}</version>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 065a63a..3a6ba30 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -32,17 +32,14 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index 1d85e53..7a26bea 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -57,7 +57,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -82,20 +81,17 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index aa1b333..0391766 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -56,24 +56,20 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -98,7 +94,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -135,4 +130,4 @@
</site>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 5e96e16..bf41885 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -47,27 +47,22 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -96,21 +91,18 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 0482158..aac7392 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -49,32 +49,26 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -128,28 +122,24 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-soap-impl</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -161,7 +151,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -181,7 +170,6 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index b247010..202cfbd 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -27,12 +27,10 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 4a00d3d..5d2f128 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -32,13 +32,11 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
@@ -71,20 +69,17 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index ea15628..c57f44e 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -47,14 +47,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
<scope>test</scope>
</dependency>
@@ -68,4 +66,4 @@
</site>
</distributionManagement>
-</project>
\ No newline at end of file
+</project>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 1951405..bdc5a9a 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -151,77 +151,62 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-messaging-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-messaging-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-soap-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-soap-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-xmlsec-impl</artifactId>
- <version>${opensaml.version}</version>
</dependency>
<!-- Provided Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list