[utilities COMMIT] /spring-extensions/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 12 12:44:46 EDT 2014


Author: iay
Date: Wed Mar 12 12:44:46 2014
New Revision: 551

URL: http://svn.shibboleth.net/view/utilities?rev=551&view=rev
Log:
JPAR-52 fix some logging dependencies, among others

Modified:
    spring-extensions/trunk/pom.xml

Modified: spring-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/pom.xml?rev=551&r1=550&r2=551&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Wed Mar 12 12:44:46 2014
@@ -58,12 +58,6 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <!-- Required for HTTPResource. -->
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient-cache</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
             <groupId>edu.vt.middleware</groupId>
             <artifactId>vt-crypt</artifactId>
             <!-- Required for any classes that deals with cryptographic artifacts (keys, certs, algorithms, etc.) -->
@@ -94,14 +88,6 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-core</artifactId>
-        </dependency>
-        <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
         </dependency>



More information about the commits mailing list