You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/03/22 13:36:32 UTC

[1/2] syncope git commit: Removing relic test dependency

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 47657b51d -> 175e9d37d
  refs/heads/master 2dfefb487 -> bdfe3e0ca


Removing relic test dependency


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/175e9d37
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/175e9d37
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/175e9d37

Branch: refs/heads/2_0_X
Commit: 175e9d37d499a6d4d1af1d28a383ec2e817647a8
Parents: 47657b5
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Mar 22 14:19:43 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Mar 22 14:19:43 2018 +0100

----------------------------------------------------------------------
 core/persistence-jpa/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/175e9d37/core/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml
index 889d066..77549cf 100644
--- a/core/persistence-jpa/pom.xml
+++ b/core/persistence-jpa/pom.xml
@@ -145,24 +145,6 @@ under the License.
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.seleniumhq.selenium</groupId>
-      <artifactId>selenium-java</artifactId>
-      <scope>test</scope>
-      <version>2.44.0</version>
-    </dependency>
-    <dependency>
-      <groupId>com.opera</groupId>
-      <artifactId>operadriver</artifactId>
-      <scope>test</scope>
-      <version>1.5</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.seleniumhq.selenium</groupId>
-          <artifactId>selenium-remote-driver</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
   </dependencies>
 
   <build>


[2/2] syncope git commit: Removing relic test dependency

Posted by il...@apache.org.
Removing relic test dependency


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/bdfe3e0c
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/bdfe3e0c
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/bdfe3e0c

Branch: refs/heads/master
Commit: bdfe3e0caed559154cd7b51a9638222c9cca957f
Parents: 2dfefb4
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Mar 22 14:19:43 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Mar 22 14:19:51 2018 +0100

----------------------------------------------------------------------
 core/persistence-jpa/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bdfe3e0c/core/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml
index 1ba5c3a..6d3539c 100644
--- a/core/persistence-jpa/pom.xml
+++ b/core/persistence-jpa/pom.xml
@@ -141,24 +141,6 @@ under the License.
       <artifactId>junit-jupiter-engine</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.seleniumhq.selenium</groupId>
-      <artifactId>selenium-java</artifactId>
-      <scope>test</scope>
-      <version>2.44.0</version>
-    </dependency>
-    <dependency>
-      <groupId>com.opera</groupId>
-      <artifactId>operadriver</artifactId>
-      <scope>test</scope>
-      <version>1.5</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.seleniumhq.selenium</groupId>
-          <artifactId>selenium-remote-driver</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
   </dependencies>
 
   <build>