You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2016/09/06 18:30:24 UTC

wicket git commit: removing duplicated entries and redundant scope from the pom

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 373ee1de4 -> 0ff7679bf


removing duplicated entries and redundant scope from the pom


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

Branch: refs/heads/wicket-6.x
Commit: 0ff7679bf2a9d95f70f95a409cd28dfaaacff144
Parents: 373ee1d
Author: Pedro Henrique Oliveira dos Santos <pe...@apache.org>
Authored: Tue Sep 6 15:28:55 2016 -0300
Committer: Pedro Henrique Oliveira dos Santos <pe...@apache.org>
Committed: Tue Sep 6 15:28:55 2016 -0300

----------------------------------------------------------------------
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/0ff7679b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c104886..cdfa2b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,32 +520,18 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hamcrest</groupId>
-			<artifactId>hamcrest-library</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hamcrest</groupId>
-			<artifactId>hamcrest-core</artifactId>
-			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.hamcrest</groupId>
 			<artifactId>hamcrest-library</artifactId>
-			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.hamcrest</groupId>
 			<artifactId>hamcrest-core</artifactId>
-			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.mockito</groupId>
 			<artifactId>mockito-all</artifactId>
-			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>