[java-idp-testbed] branch main updated: Remove (what should be) unused test scope dependency.

Scott Cantor cantor.2 at osu.edu
Tue Nov 30 14:58:14 UTC 2021


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=a2c7b5cf61dd5bfbf8401f56309a22e634f80329

The following commit(s) were added to refs/heads/main by this push:
     new a2c7b5c  Remove (what should be) unused test scope dependency.
a2c7b5c is described below

commit a2c7b5cf61dd5bfbf8401f56309a22e634f80329
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 30 09:58:11 2021 -0500

    Remove (what should be) unused test scope dependency.
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4878d03..7fba80e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,14 +306,6 @@
             <scope>runtime</scope>
         </dependency>
 
-        <!-- Test scope -->
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-test</artifactId>
-            <version>${spring.version}</version>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
     <build>

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


More information about the commits mailing list