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

johnzon git commit: dont forget to remove javaee-api

Repository: johnzon
Updated Branches:
  refs/heads/JSONP-1.1 cedcf0c64 -> 4b3ddf55b


dont forget to remove javaee-api


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

Branch: refs/heads/JSONP-1.1
Commit: 4b3ddf55b4fb6f831244945648104eb4d6efa226
Parents: cedcf0c
Author: rmannibucau <rm...@apache.org>
Authored: Tue Nov 22 22:32:04 2016 +0100
Committer: rmannibucau <rm...@apache.org>
Committed: Tue Nov 22 22:32:04 2016 +0100

----------------------------------------------------------------------
 johnzon-websocket/src/test/resources/arquillian.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/johnzon/blob/4b3ddf55/johnzon-websocket/src/test/resources/arquillian.xml
----------------------------------------------------------------------
diff --git a/johnzon-websocket/src/test/resources/arquillian.xml b/johnzon-websocket/src/test/resources/arquillian.xml
index 567fc50..8274edf 100644
--- a/johnzon-websocket/src/test/resources/arquillian.xml
+++ b/johnzon-websocket/src/test/resources/arquillian.xml
@@ -35,6 +35,7 @@
       <!-- override jsonp api -->
       <property name="lib">${project.build.directory}/ee-api</property>
       <property name="additionalLibs">
+        remove:javaee-api
         mvn:org.apache.geronimo.specs:geronimo-json_1.1_spec:${geronimo-jsonp.version}
       </property>
     </configuration>