You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/07/09 20:14:42 UTC

directory-fortress-commander git commit: change selenium dependency to test

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master c979ed615 -> 4ff238d47


change selenium dependency to test


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/4ff238d4
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/4ff238d4
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/4ff238d4

Branch: refs/heads/master
Commit: 4ff238d4749f9b911772727c7bf8cdc5a4662e0e
Parents: c979ed6
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Jul 8 01:03:11 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Jul 8 01:03:11 2018 -0500

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/4ff238d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3ac4725..4f7e543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,7 @@
       <groupId>org.seleniumhq.selenium</groupId>
       <artifactId>selenium-java</artifactId>
       <version>3.13.0</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>