You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2010/02/28 14:10:45 UTC

svn commit: r917176 - /incubator/aries/trunk/ariestrader-sample/pom.xml

Author: not
Date: Sun Feb 28 13:10:45 2010
New Revision: 917176

URL: http://svn.apache.org/viewvc?rev=917176&view=rev
Log:
Removed commons-logging from dependency management which seems to be breaking the build.

Modified:
    incubator/aries/trunk/ariestrader-sample/pom.xml

Modified: incubator/aries/trunk/ariestrader-sample/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/ariestrader-sample/pom.xml?rev=917176&r1=917175&r2=917176&view=diff
==============================================================================
--- incubator/aries/trunk/ariestrader-sample/pom.xml (original)
+++ incubator/aries/trunk/ariestrader-sample/pom.xml Sun Feb 28 13:10:45 2010
@@ -46,11 +46,6 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>99.0-does-not-exist</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-servlet_2.5_spec</artifactId>
                 <version>1.2</version>