[java-idp-integration-tests] 03/03: POM cleanup

Tom Zeller tzeller at dragonacea.biz
Sat Jan 7 16:24:54 UTC 2023


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

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

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

commit d82b06ccf71e390d7fe00c61a2a626e2cf64b3a9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Jan 7 09:09:34 2023 -0600

    POM cleanup
    
    Remove unused dependencies
    
    Update repository URLs
---
 pom.xml | 69 ++---------------------------------------------------------------
 1 file changed, 2 insertions(+), 67 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6334fb2..0a2e83a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,14 +50,14 @@
     <repositories>
         <repository>
             <id>shib-release</id>
-            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+            <url>https://build.shibboleth.net/maven/releases/</url>
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>
         </repository>
         <repository>
             <id>shib-snapshot</id>
-            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+            <url>https://build.shibboleth.net/maven/snapshots/</url>
             <releases>
                 <enabled>false</enabled>
             </releases>
@@ -108,42 +108,17 @@
             <artifactId>testng</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth</groupId>
-            <artifactId>shib-support</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-installer</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth.idp</groupId>
-            <artifactId>idp-distribution</artifactId>
-            <version>${idp-to-be-tested.version}</version>
-            <scope>test</scope>
-            <type>zip</type>
-        </dependency>
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-conf</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth.idp</groupId>
-            <artifactId>idp-testbed</artifactId>
-            <version>${testbed.version}</version>
-            <scope>test</scope>
-            <type>war</type>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.ldaptive</groupId>
-                    <artifactId>ldaptive</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-testbed</artifactId>
@@ -158,22 +133,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>org.opensaml</groupId>
-            <artifactId>opensaml-saml-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.glassfish</groupId>
-            <artifactId>javax.el</artifactId>
-            <version>3.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-test</artifactId>
-            <version>${spring.version}</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-java</artifactId>
@@ -186,8 +145,6 @@
             <version>3.5</version>
             <scope>test</scope>
         </dependency>
-
-        <!-- Managed Dependencies -->
     </dependencies>
 
 
@@ -371,11 +328,6 @@
                         </exclusion>
                     </exclusions>
                 </dependency>
-                <dependency>
-                    <groupId>com.unboundid</groupId>
-                    <artifactId>unboundid-ldapsdk</artifactId>
-                    <scope>test</scope>
-                </dependency>
             </dependencies>
             <build>
                 <plugins>
@@ -442,23 +394,6 @@
                                     <outputDirectory>${test-distributions.directory}/jetty-base/</outputDirectory>
                                 </configuration>
                             </execution>
-                            <!-- Copy UnboundID SDK to jetty-base/lib/ext. -->
-                            <execution>
-                                <id>copy-UnboundID-sdk</id>
-                                <phase>compile</phase>
-                                <goals>
-                                    <goal>copy</goal>
-                                </goals>
-                                <configuration>
-                                    <artifactItems>
-                                        <artifactItem>
-                                            <groupId>com.unboundid</groupId>
-                                            <artifactId>unboundid-ldapsdk</artifactId>
-                                        </artifactItem>
-                                    </artifactItems>
-                                    <outputDirectory>${test-distributions.directory}/jetty-base/lib/ext/</outputDirectory>
-                                </configuration>
-                            </execution>
                         </executions>
                     </plugin>
 

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


More information about the commits mailing list