You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/09/03 14:33:03 UTC

[72/87] [abbrv] isis git commit: ISIS-1194: removing duplicate dependencies in child pom.xml files

ISIS-1194: removing duplicate dependencies in child pom.xml files


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

Branch: refs/heads/master
Commit: da60d7a0b741120d675b7d3ce44983dc70f89c93
Parents: 11645b5
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Aug 27 08:10:12 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Sep 2 07:16:21 2015 +0100

----------------------------------------------------------------------
 core/maven-plugin/pom.xml                 | 5 -----
 core/viewer-restfulobjects-applib/pom.xml | 6 ------
 core/viewer-wicket-impl/pom.xml           | 5 -----
 3 files changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/da60d7a0/core/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/core/maven-plugin/pom.xml b/core/maven-plugin/pom.xml
index 6af4de1..03f8e83 100644
--- a/core/maven-plugin/pom.xml
+++ b/core/maven-plugin/pom.xml
@@ -310,11 +310,6 @@
             </exclusions>
         </dependency>
 
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/da60d7a0/core/viewer-restfulobjects-applib/pom.xml
----------------------------------------------------------------------
diff --git a/core/viewer-restfulobjects-applib/pom.xml b/core/viewer-restfulobjects-applib/pom.xml
index 5593480..8501f90 100644
--- a/core/viewer-restfulobjects-applib/pom.xml
+++ b/core/viewer-restfulobjects-applib/pom.xml
@@ -58,12 +58,6 @@
         </dependency>
 
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.jboss.resteasy</groupId>
             <artifactId>resteasy-jaxrs</artifactId>
             <exclusions>

http://git-wip-us.apache.org/repos/asf/isis/blob/da60d7a0/core/viewer-wicket-impl/pom.xml
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-impl/pom.xml b/core/viewer-wicket-impl/pom.xml
index dd00b4e..3d95943 100644
--- a/core/viewer-wicket-impl/pom.xml
+++ b/core/viewer-wicket-impl/pom.xml
@@ -76,11 +76,6 @@
 			<artifactId>wicket-auth-roles</artifactId>
 		</dependency>
 
-		<dependency>
-			<groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-		</dependency>
-
         <dependency>
             <groupId>net.ftlines.wicket-source</groupId>
             <artifactId>wicket-source</artifactId>