This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-8.x by this push:
     new 8e9fd44  Fix to remove jconsole.jar dependency
8e9fd44 is described below

commit 8e9fd44d515057268855013b1257a5a1f1d1808a
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sat Jan 26 20:11:09 2019 +0100

    Fix to remove jconsole.jar dependency
---
 testing/wicket-arquillian/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/testing/wicket-arquillian/pom.xml 
b/testing/wicket-arquillian/pom.xml
index e15528a..d817208 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -79,11 +79,23 @@
                        <groupId>org.wildfly</groupId>
                        
<artifactId>wildfly-arquillian-container-embedded</artifactId>
                        <version>${wildfly.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                   <groupId>sun.jdk</groupId>
+                                   <artifactId>jconsole</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.wildfly</groupId>
                        <artifactId>wildfly-embedded</artifactId>
                        <version>${wildfly.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                   <groupId>sun.jdk</groupId>
+                                   <artifactId>jconsole</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.jboss.arquillian.junit</groupId>

Reply via email to