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/07 03:41:07 UTC

wicket git commit: removing redundant dependency scopes

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 9760dfac0 -> bb1eb6218


removing redundant dependency scopes


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

Branch: refs/heads/wicket-7.x
Commit: bb1eb62185f27b7ce8425c69b5e3145bd72f0b39
Parents: 9760dfa
Author: Pedro Henrique Oliveira dos Santos <pe...@apache.org>
Authored: Wed Sep 7 00:40:57 2016 -0300
Committer: Pedro Henrique Oliveira dos Santos <pe...@apache.org>
Committed: Wed Sep 7 00:40:57 2016 -0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/bb1eb621/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cfba84a..71808d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,6 @@
 		<dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>javax.servlet-api</artifactId>
-			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
@@ -564,17 +563,14 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.hamcrest</groupId>
 			<artifactId>hamcrest-junit</artifactId>
-			<scope>test</scope>
         </dependency>
 		<dependency>
 			<groupId>org.mockito</groupId>
 			<artifactId>mockito-core</artifactId>
-			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>