You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2016/03/28 22:13:15 UTC

incubator-johnzon git commit: try to fix "Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive" when run with maven/surefire

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 6654376ab -> 5ec4ba967


try to fix "Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive" when run with maven/surefire


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/5ec4ba96
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/5ec4ba96
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/5ec4ba96

Branch: refs/heads/master
Commit: 5ec4ba96771b1b8a40abac17254bea53ca33479b
Parents: 6654376
Author: Hendrik Saly <he...@gmail.com>
Authored: Mon Mar 28 22:13:13 2016 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Mon Mar 28 22:13:13 2016 +0200

----------------------------------------------------------------------
 johnzon-websocket/pom.xml | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/5ec4ba96/johnzon-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index 7af3db6..80c7b08 100644
--- a/johnzon-websocket/pom.xml
+++ b/johnzon-websocket/pom.xml
@@ -30,7 +30,7 @@
 
   <properties>
     <tomcat.version>7.0.59</tomcat.version>
-    <tomee.version>1.7.1</tomee.version>
+    <tomee.version>1.7.4</tomee.version>
     <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
   </properties>
 
@@ -57,15 +57,35 @@
     <dependency>
       <groupId>org.jboss.arquillian.junit</groupId>
       <artifactId>arquillian-junit-container</artifactId>
-      <version>1.1.7.Final</version>
+      <version>1.1.11.Final</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
+     <dependency>
       <groupId>org.apache.openejb</groupId>
       <artifactId>arquillian-tomee-remote</artifactId>
       <version>${tomee.version}</version>
       <scope>test</scope>
-    </dependency>
+      <exclusions>
+          <exclusion>
+              <artifactId>
+                  shrinkwrap-descriptors-impl-javaee
+              </artifactId>
+              <groupId>org.jboss.shrinkwrap.descriptors</groupId>
+          </exclusion>
+          <exclusion>
+              <artifactId>arquillian-protocol-servlet</artifactId>
+              <groupId>org.jboss.arquillian.protocol</groupId>
+          </exclusion>
+          <exclusion>
+              <artifactId>arquillian-container-spi</artifactId>
+              <groupId>org.jboss.arquillian.container</groupId>
+          </exclusion>
+          <exclusion>
+              <artifactId>shrinkwrap-descriptors-api-base</artifactId>
+              <groupId>org.jboss.shrinkwrap.descriptors</groupId>
+          </exclusion>
+      </exclusions>
+     </dependency> 
     <dependency>
       <groupId>org.apache.openejb</groupId>
       <artifactId>apache-tomee</artifactId>