You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2009/02/28 21:38:44 UTC

svn commit: r748925 - /incubator/droids/trunk/droids-solr/pom.xml

Author: thorsten
Date: Sat Feb 28 21:38:44 2009
New Revision: 748925

URL: http://svn.apache.org/viewvc?rev=748925&view=rev
Log:
Fixing typing and moving the dependencies to the correct category

Modified:
    incubator/droids/trunk/droids-solr/pom.xml

Modified: incubator/droids/trunk/droids-solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/pom.xml?rev=748925&r1=748924&r2=748925&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/pom.xml (original)
+++ incubator/droids/trunk/droids-solr/pom.xml Sat Feb 28 21:38:44 2009
@@ -45,8 +45,6 @@
       <artifactId>solr-solrj</artifactId>
       <version>1.3.0</version>
     </dependency>
-    
-    <!-- FOR TESTIG -->
     <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-core</artifactId>
@@ -59,12 +57,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <version>2.3</version>
@@ -81,7 +73,12 @@
       <version>1.4.2</version>
       <scope>test</scope>
     </dependency>
-    
+<!-- FOR TESTING -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>    
   </dependencies>
 
 </project>