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/master Commit: 4b3ddf55b4fb6f831244945648104eb4d6efa226 Parents: cedcf0c Author: rmannibucau <[email protected]> Authored: Tue Nov 22 22:32:04 2016 +0100 Committer: rmannibucau <[email protected]> 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>
