You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by ma...@apache.org on 2014/06/20 08:18:25 UTC

svn commit: r1604093 - /syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml

Author: massi
Date: Fri Jun 20 06:18:25 2014
New Revision: 1604093

URL: http://svn.apache.org/r1604093
Log:
unnecessary selenium dependency #SYNCOPE-486

Modified:
    syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml

Modified: syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml?rev=1604093&r1=1604092&r2=1604093&view=diff
==============================================================================
--- syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml (original)
+++ syncope/trunk/archetype/src/main/resources/archetype-resources/console/pom.xml Fri Jun 20 06:18:25 2014
@@ -69,11 +69,6 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-      <artifactId>selenium-java-client-driver</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
       <scope>test</scope>