You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/05/29 00:08:19 UTC

svn commit: r1487140 - /incubator/jspwiki/trunk/jspwiki-war/pom.xml

Author: juanpablo
Date: Tue May 28 22:08:19 2013
New Revision: 1487140

URL: http://svn.apache.org/r1487140
Log:
removed unused dependency

Modified:
    incubator/jspwiki/trunk/jspwiki-war/pom.xml

Modified: incubator/jspwiki/trunk/jspwiki-war/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/pom.xml?rev=1487140&r1=1487139&r2=1487140&view=diff
==============================================================================
--- incubator/jspwiki/trunk/jspwiki-war/pom.xml (original)
+++ incubator/jspwiki/trunk/jspwiki-war/pom.xml Tue May 28 22:08:19 2013
@@ -174,12 +174,6 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
-    
-    <dependency>
-      <groupId>org.seleniumhq.selenium</groupId>
-      <artifactId>selenium-java</artifactId>
-      <scope>test</scope><!-- overwritting scope defined in parent dpdncyMgmt; really needed here? -->
-    </dependency>
   </dependencies>
 
   <build>