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/07/10 15:38:59 UTC

[1/2] syncope git commit: [SYNCOPE-1334] Just remove the unused (and outdated) junit dependency

Repository: syncope
Updated Branches:
  refs/heads/2_1_X ab4239e62 -> 007976ee5
  refs/heads/master 4dbb78769 -> 75c84ce15


[SYNCOPE-1334] Just remove the unused (and outdated) junit dependency


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

Branch: refs/heads/2_1_X
Commit: 007976ee56f5411b223d92f373fabffdb906a7af
Parents: ab4239e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jul 10 17:37:55 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jul 10 17:37:55 2018 +0200

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/console/pom.xml    | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/007976ee/archetype/src/main/resources/archetype-resources/console/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/src/main/resources/archetype-resources/console/pom.xml b/archetype/src/main/resources/archetype-resources/console/pom.xml
index 479126c..51cec9b 100644
--- a/archetype/src/main/resources/archetype-resources/console/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/console/pom.xml
@@ -96,13 +96,6 @@ under the License.
       <groupId>org.webjars</groupId>
       <artifactId>codemirror</artifactId>
     </dependency>    
-
-    <!-- TEST -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>


[2/2] syncope git commit: [SYNCOPE-1334] Just remove the unused (and outdated) junit dependency

Posted by il...@apache.org.
[SYNCOPE-1334] Just remove the unused (and outdated) junit dependency


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

Branch: refs/heads/master
Commit: 75c84ce15e480b1874925d6d9a90cb8668454cbf
Parents: 4dbb787
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jul 10 17:37:55 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jul 10 17:38:04 2018 +0200

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/console/pom.xml    | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/75c84ce1/archetype/src/main/resources/archetype-resources/console/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/src/main/resources/archetype-resources/console/pom.xml b/archetype/src/main/resources/archetype-resources/console/pom.xml
index 479126c..51cec9b 100644
--- a/archetype/src/main/resources/archetype-resources/console/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/console/pom.xml
@@ -96,13 +96,6 @@ under the License.
       <groupId>org.webjars</groupId>
       <artifactId>codemirror</artifactId>
     </dependency>    
-
-    <!-- TEST -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>