Cleanup the pom.xml of wicket-arquillian testing module.

There were some duplicated dependencies after the merge of JUnit 5 upgrade PR


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

Branch: refs/heads/WICKET-6563
Commit: 926bea99cfca9fbc3447fb5265860e61ab3a2d19
Parents: cb7942e
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Mon Oct 1 09:40:29 2018 +0300
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Mon Oct 1 09:40:29 2018 +0300

----------------------------------------------------------------------
 testing/wicket-arquillian/pom.xml | 30 +-----------------------------
 1 file changed, 1 insertion(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/926bea99/testing/wicket-arquillian/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/pom.xml 
b/testing/wicket-arquillian/pom.xml
index 350559d..06991e9 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -117,7 +117,6 @@
                <dependency>
                        <groupId>org.wildfly</groupId>
                        <artifactId>wildfly-weld</artifactId>
-                       <version>${wildfly.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>sun.jdk</groupId>
@@ -128,8 +127,6 @@
                <dependency>
                        <groupId>org.wildfly.arquillian</groupId>
                        
<artifactId>wildfly-arquillian-container-embedded</artifactId>
-                       <version>2.1.0.Final</version>
-                       <scope>test</scope>
                </dependency>
                
 
@@ -141,14 +138,6 @@
                <dependency>
                        <groupId>org.junit.vintage</groupId>
                        <artifactId>junit-vintage-engine</artifactId>
-                       <version>${junit.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.junit.vintage</groupId>
-                       <artifactId>junit-vintage-engine</artifactId>
-                       <version>${junit.version}</version>
-                       <scope>test</scope>
                </dependency>
                <!-- Wicket CDI integration. -->
                <dependency>
@@ -166,30 +155,13 @@
                        <groupId>org.opentest4j</groupId>
                        <artifactId>opentest4j</artifactId>
                        <version>1.1.0</version>
-                       <scope>compile</scope>
+                       <scope>test</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.jboss.shrinkwrap.resolver</groupId>
                        <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.wildfly</groupId>
-                       <artifactId>wildfly-weld</artifactId>
-               </dependency>
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-engine</artifactId>
-        </dependency>
-               <dependency>
-                       <groupId>org.jboss.arquillian.junit</groupId>
-                       <artifactId>arquillian-junit-container</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.wildfly.arquillian</groupId>
-                       
<artifactId>wildfly-arquillian-container-embedded</artifactId>
-               </dependency>
        </dependencies>
 
        <build>

Reply via email to