You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/04/24 14:11:24 UTC

svn commit: r651235 - /commons/proper/math/branches/MATH_2_0/pom.xml

Author: luc
Date: Thu Apr 24 05:11:21 2008
New Revision: 651235

URL: http://svn.apache.org/viewvc?rev=651235&view=rev
Log:
removed dependency on discovery

Modified:
    commons/proper/math/branches/MATH_2_0/pom.xml

Modified: commons/proper/math/branches/MATH_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/pom.xml?rev=651235&r1=651234&r2=651235&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/pom.xml (original)
+++ commons/proper/math/branches/MATH_2_0/pom.xml Thu Apr 24 05:11:21 2008
@@ -156,35 +156,7 @@
       <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
-     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-       <version>1.0.4</version>
-       <!--
-       <properties>
-       <comment>
-        Only required when commons-discovery is used for class factory
-        configuration. No hard compile or runtime dependency.
-       </comment>
-      </properties>
-      -->
-      <optional>true</optional>
-     </dependency>
-     <dependency>
-      <groupId>commons-discovery</groupId>
-      <artifactId>commons-discovery</artifactId>
-      <version>0.2</version>
-      <!--
-      <properties>
-       <comment>
-        Only required when commons-discovery is used for class
-        factory configuration. No hard compile or runtime dependency.
-       </comment>
-      </properties>
-      -->
-      <optional>true</optional>
-     </dependency>
-   </dependencies>
+  </dependencies>
 
   <properties>
     <commons.componentid>math</commons.componentid>