You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by si...@apache.org on 2012/02/15 21:35:41 UTC

svn commit: r1244694 - /incubator/directmemory/trunk/integrations/solr/pom.xml

Author: simonetripodi
Date: Wed Feb 15 20:35:41 2012
New Revision: 1244694

URL: http://svn.apache.org/viewvc?rev=1244694&view=rev
Log:
junit is a managed dependency

Modified:
    incubator/directmemory/trunk/integrations/solr/pom.xml

Modified: incubator/directmemory/trunk/integrations/solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/integrations/solr/pom.xml?rev=1244694&r1=1244693&r2=1244694&view=diff
==============================================================================
--- incubator/directmemory/trunk/integrations/solr/pom.xml (original)
+++ incubator/directmemory/trunk/integrations/solr/pom.xml Wed Feb 15 20:35:41 2012
@@ -83,7 +83,6 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
       <scope>test</scope>
     </dependency>