Author: kwright
Date: Sat Mar 18 10:34:15 2017
New Revision: 1787543

URL: http://svn.apache.org/viewvc?rev=1787543&view=rev
Log:
Add selenium as a test dependency to framework/core

Modified:
    manifoldcf/branches/CONNECTORS-1196-2/framework/core/pom.xml
    manifoldcf/branches/CONNECTORS-1196-2/pom.xml

Modified: manifoldcf/branches/CONNECTORS-1196-2/framework/core/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/core/pom.xml?rev=1787543&r1=1787542&r2=1787543&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1196-2/framework/core/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1196-2/framework/core/pom.xml Sat Mar 18 
10:34:15 2017
@@ -244,6 +244,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.seleniumhq.selenium</groupId>
+      <artifactId>selenium-java</artifactId>
+      <version>${selenium.version}</version>
+      <scope>test</scope>
+    </dependency> 
+    <dependency>
       <groupId>postgresql</groupId>
       <artifactId>postgresql</artifactId>
       <version>${postgresql.version}</version>

Modified: manifoldcf/branches/CONNECTORS-1196-2/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/pom.xml?rev=1787543&r1=1787542&r2=1787543&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1196-2/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1196-2/pom.xml Sat Mar 18 10:34:15 2017
@@ -42,6 +42,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- dependency versions -->
     <junit.version>4.12</junit.version>
+    <selenium.version>3.3.1</selenium.version>
     <mockito.version>1.9.5</mockito.version>
     <wiremock.version>2.5.1</wiremock.version>
     <postgresql.version>9.1-901.jdbc4</postgresql.version>


Reply via email to