You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2018/05/21 18:50:43 UTC

[08/10] wicket git commit: removed unnecessary dependencies

removed unnecessary dependencies


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

Branch: refs/heads/master
Commit: 52558b1207df6a2699cc5f919230492875ce3e8e
Parents: da0aa1a
Author: Andrea Del Bene <an...@edenviaggi.it>
Authored: Tue May 15 18:36:38 2018 +0200
Committer: Andrea Del Bene <an...@gmail.com>
Committed: Mon May 21 20:43:07 2018 +0200

----------------------------------------------------------------------
 testing/wicket-arquillian/pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/52558b12/testing/wicket-arquillian/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml
index b3d5de0..023842e 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -94,10 +94,7 @@
 			<version>2.1.0.Final</version>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>org.jboss.arquillian.protocol</groupId>
-			<artifactId>arquillian-protocol-servlet</artifactId>
-		</dependency>
+		
 
 		<dependency>
 			<groupId>org.jboss.arquillian.junit</groupId>
@@ -120,12 +117,7 @@
 			<groupId>org.jboss.shrinkwrap.resolver</groupId>
 			<artifactId>shrinkwrap-resolver-impl-maven</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>org.jboss.shrinkwrap.resolver</groupId>
-			<artifactId>shrinkwrap-resolver-spi</artifactId>
-		</dependency>
-
-
+		
 	</dependencies>
 
 	<build>