You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2014/05/16 09:54:37 UTC

svn commit: r1595136 - in /syncope/branches/1_1_X: console/pom.xml pom.xml

Author: andreapatricelli
Date: Fri May 16 07:54:37 2014
New Revision: 1595136

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

Modified:
    syncope/branches/1_1_X/console/pom.xml
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/console/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/console/pom.xml?rev=1595136&r1=1595135&r2=1595136&view=diff
==============================================================================
--- syncope/branches/1_1_X/console/pom.xml (original)
+++ syncope/branches/1_1_X/console/pom.xml Fri May 16 07:54:37 2014
@@ -150,11 +150,6 @@ under the License.
       <artifactId>selenium-api</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.seleniumhq.selenium</groupId>
-      <artifactId>selenium-support</artifactId>
-      <scope>test</scope>
-    </dependency>
     <!-- /SELENIUM INTEGRATION TEST -->
     <dependency>
       <groupId>org.springframework</groupId>

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1595136&r1=1595135&r2=1595136&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Fri May 16 07:54:37 2014
@@ -875,12 +875,6 @@ under the License.
         <version>${selenium.version}</version>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <groupId>org.seleniumhq.selenium</groupId>
-        <artifactId>selenium-support</artifactId>
-        <version>${selenium.version}</version>
-        <scope>test</scope>
-      </dependency>
       <!-- /SELENIUM INTEGRATION TEST -->
       <dependency>
         <groupId>org.springframework</groupId>