[idwsfconsumer] 17/25: Make POM depend on v3 parent POM. Remove some resulting unnecessary dependencies and fix others up based on new parent.

Scott Cantor cantor.2 at osu.edu
Wed Nov 18 14:41:21 EST 2015


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

scantor pushed a commit to branch master
in repository idwsfconsumer.

commit 79140706e5298c014bfdbe4906ce6595e8d410b3
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed May 27 19:55:10 2015 -0400

    Make POM depend on v3 parent POM.
    Remove some resulting unnecessary dependencies and fix others up based
    on new parent.
---
 pom.xml | 41 ++++++++---------------------------------
 1 file changed, 8 insertions(+), 33 deletions(-)

diff --git a/pom.xml b/pom.xml
index 231f042..a069f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,6 +3,12 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>net.shibboleth</groupId>
+        <artifactId>parent-v3</artifactId>
+        <version>8</version>
+    </parent>
 
     <name>ID-WSF WSC</name>
     <groupId>net.shibboleth.liberty</groupId>
@@ -12,7 +18,6 @@
     
     <properties>
         <opensaml.version>3.2.0-SNAPSHOT</opensaml.version>
-        <slf4j.version>1.7.10</slf4j.version>
     </properties>
 
     <repositories>
@@ -83,14 +88,6 @@
             </exclusions>
         </dependency>
         
-        <!-- TODO commons-logging API used by HC 3.x, so bridge to slf4j until port to HC 4.x -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <version>${slf4j.version}</version>
-        </dependency>
-        
-        
         <!-- TODO can replace this with something else? -->
         <dependency>
             <groupId>commons-lang</groupId>
@@ -100,31 +97,9 @@
         
         <!-- TODO switch library to use slf4j natively? -->
         <dependency>
-            <groupId>org.slf4j</groupId>
+            <groupId>${slf4j.groupId}</groupId>
             <artifactId>log4j-over-slf4j</artifactId>
-            <version>${slf4j.version}</version>
-        </dependency>
-        
-        <!-- Test -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>xmlunit</groupId>
-            <artifactId>xmlunit</artifactId>
-            <version>1.0</version>
-            <scope>test</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <version>1.1.2</version>
-            <scope>test</scope>
+            <scope>compile</scope>
         </dependency>
         
     </dependencies>

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


More information about the commits mailing list