[java-idp-plugin-scripting] branch main updated: Remove a lot non-used dependecnies

Rod Widdowson rdw at steadingsoftware.com
Tue May 23 13:05:22 UTC 2023


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

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=4a07b58ff0e63f46a8963f0049eacb12f6472c0b

The following commit(s) were added to refs/heads/main by this push:
     new 4a07b58  Remove a lot non-used dependecnies
4a07b58 is described below

commit 4a07b58ff0e63f46a8963f0049eacb12f6472c0b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue May 23 14:05:18 2023 +0100

    Remove a lot non-used dependecnies
---
 nashorn-graalvm-impl/pom.xml | 21 ---------------------
 nashorn-jdk-impl/pom.xml     | 21 ---------------------
 pom.xml                      | 20 --------------------
 rhino-impl/pom.xml           | 10 ----------
 4 files changed, 72 deletions(-)

diff --git a/nashorn-graalvm-impl/pom.xml b/nashorn-graalvm-impl/pom.xml
index 0fa9236..29583e8 100644
--- a/nashorn-graalvm-impl/pom.xml
+++ b/nashorn-graalvm-impl/pom.xml
@@ -90,27 +90,6 @@
             <artifactId>idp-admin-impl</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-beans</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
         <!--  TEST -->
 
         <dependency>
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index ed7f5b7..42e76f8 100644
--- a/nashorn-jdk-impl/pom.xml
+++ b/nashorn-jdk-impl/pom.xml
@@ -97,27 +97,6 @@
             <artifactId>idp-admin-impl</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>net.shibboleth.ext</groupId>
-            <artifactId>spring-extensions</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-beans</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
         <!--  TEST -->
     </dependencies>
 
diff --git a/pom.xml b/pom.xml
index bdb6eb4..d65d32f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,6 @@
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>4.1.0</idp.version>
-        <java-support.version>8.2.0</java-support.version>
-        <spring-extensions.version>6.1.0</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
     
@@ -57,18 +55,6 @@
 
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>net.shibboleth.utilities</groupId>
-                <artifactId>java-support</artifactId>
-                <version>${java-support.version}</version>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>${spring.groupId}</groupId>
-                <artifactId>spring-core</artifactId>
-                <version>${spring.version}</version>
-                <scope>provided</scope>
-            </dependency>
             <dependency>
                 <groupId>${idp.groupId}</groupId>
                 <artifactId>idp-bom</artifactId>
@@ -76,12 +62,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>net.shibboleth.ext</groupId>
-                <artifactId>spring-extensions</artifactId>
-                <version>${spring-extensions.version}</version>
-                <scope>provided</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index d0f4e8d..31634e3 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -61,16 +61,6 @@
             <artifactId>idp-admin-impl</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-beans</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <dependency>
             <groupId>org.testng</groupId>

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


More information about the commits mailing list