[java-identity-provider] branch master updated: IDP-1620 - Parent pom dependency cleanup

Scott Cantor cantor.2 at osu.edu
Tue Jul 7 13:07:32 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor 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=92e83f62e4bc3e1024bf889f949fabfcb049313e

The following commit(s) were added to refs/heads/master by this push:
       new  92e83f62e IDP-1620 - Parent pom dependency cleanup
92e83f62e is described below

commit 92e83f62e4bc3e1024bf889f949fabfcb049313e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 7 09:07:36 2020 -0400

    IDP-1620 - Parent pom dependency cleanup
    
    https://issues.shibboleth.net/jira/browse/IDP-1620
    
    Some preliminary cleanup of compile deps.
---
 idp-core/pom.xml   |  4 ++++
 idp-parent/pom.xml | 15 +++++----------
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index ef15ee00b..858fe8ac9 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -52,6 +52,10 @@
             <groupId>com.fasterxml.jackson.datatype</groupId>
             <artifactId>jackson-datatype-jsr310</artifactId>
         </dependency>    
+        <dependency>
+            <groupId>io.dropwizard.metrics</groupId>
+            <artifactId>metrics-core</artifactId>
+        </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-json</artifactId>
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 89850e026..f15b88691 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -109,18 +109,9 @@
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-core</artifactId>
-        </dependency>
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
-            <version>${java-support.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${opensaml.groupId}</groupId>
-            <artifactId>opensaml-messaging-api</artifactId>
         </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
@@ -170,7 +161,11 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-
+            <dependency>
+                <groupId>net.shibboleth.utilities</groupId>
+                <artifactId>java-support</artifactId>
+                <version>${java-support.version}</version>
+            </dependency>
             <dependency>
                 <groupId>net.shibboleth.ext</groupId>
                 <artifactId>spring-extensions</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list