[java-idp-plugin-totp] branch main updated: Dependency cleanup.

Scott Cantor cantor.2 at osu.edu
Tue Jul 18 18:38:42 UTC 2023


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

scantor pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=2479838bf028c06a62b6550699eb6d147a5c16fe

The following commit(s) were added to refs/heads/main by this push:
     new 2479838  Dependency cleanup.
2479838 is described below

commit 2479838bf028c06a62b6550699eb6d147a5c16fe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 18 14:38:40 2023 -0400

    Dependency cleanup.
---
 totp-impl/pom.xml | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 2acc0a8..c3f08e2 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -21,14 +21,14 @@
     </properties>
     
     <dependencies>
-        <!-- compile dependencies -->
+        <!-- Compile dependencies -->
         <dependency>
             <groupId>com.warrenstrange</groupId>
             <artifactId>googleauth</artifactId>
             <version>1.5.0</version>
         </dependency>
                 
-        <!-- provided dependencies -->
+        <!-- Provided dependencies -->
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-admin-api</artifactId>
@@ -51,6 +51,16 @@
             <artifactId>idp-cli</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-profile-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-session-api</artifactId>
@@ -89,6 +99,11 @@
             <artifactId>shib-cli</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-service</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-support</artifactId>
@@ -113,7 +128,7 @@
 
         <dependency>
             <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
+            <artifactId>spring-context</artifactId>
             <scope>provided</scope>
         </dependency>
         
@@ -134,7 +149,7 @@
             <scope>provided</scope>
         </dependency>
 
-        <!-- test dependencies -->
+        <!-- Test dependencies -->
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-authn-impl</artifactId>
@@ -157,6 +172,7 @@
             <scope>test</scope>
         </dependency>
         
+        <!-- Needed for XMLObject providers. -->
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core-impl</artifactId>

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


More information about the commits mailing list