diff --git a/bdbstore/systests/pom.xml b/bdbstore/systests/pom.xml index d378056926..41a25cbd37 100644 --- a/bdbstore/systests/pom.xml +++ b/bdbstore/systests/pom.xml @@ -131,16 +131,6 @@ qpid-client test - - javax.xml.bind - jaxb-api - test - - - org.glassfish.jaxb - jaxb-runtime - test - diff --git a/joramtests/pom.xml b/joramtests/pom.xml index f55e86c5b4..4d87952a1e 100644 --- a/joramtests/pom.xml +++ b/joramtests/pom.xml @@ -238,16 +238,6 @@ ${qpid-amqp-1-0-client-jms-version} runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - @@ -295,16 +285,6 @@ qpid-client runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - @@ -328,16 +308,6 @@ qpid-client runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - diff --git a/perftests/pom.xml b/perftests/pom.xml index f651373115..151c1801b7 100644 --- a/perftests/pom.xml +++ b/perftests/pom.xml @@ -378,16 +378,6 @@ qpid-client runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - @@ -410,16 +400,6 @@ qpid-client runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - diff --git a/pom.xml b/pom.xml index ad0f244140..de77e407f4 100644 --- a/pom.xml +++ b/pom.xml @@ -136,9 +136,8 @@ 3.8.6 1.9.22 4.5.13 - 0.61.0 + 1.13.0 6.4.0 - 2.3.1 15.6 3.5.0 @@ -521,17 +520,6 @@ qpid-client ${qpid-jms-client-amqp-0-x-version} - - - javax.xml.bind - jaxb-api - ${jaxb-api-version} - - - org.glassfish.jaxb - jaxb-runtime - ${jaxb-api-version} - org.apache.qpid qpid-jms-client diff --git a/qpid-perftests-systests/pom.xml b/qpid-perftests-systests/pom.xml index 47489c0932..48a7d87149 100644 --- a/qpid-perftests-systests/pom.xml +++ b/qpid-perftests-systests/pom.xml @@ -108,17 +108,6 @@ qpid-client test - - - javax.xml.bind - jaxb-api - test - - - org.glassfish.jaxb - jaxb-runtime - test - diff --git a/systests/end-to-end-conversion-tests/pom.xml b/systests/end-to-end-conversion-tests/pom.xml index 367dfa286d..4ecc4fc2cb 100644 --- a/systests/end-to-end-conversion-tests/pom.xml +++ b/systests/end-to-end-conversion-tests/pom.xml @@ -34,7 +34,7 @@ UTF-8 org.apache.qpid:qpid-jms-client:${qpid-jms-client-version},org.slf4j:slf4j-simple:${slf4j-version} - org.apache.qpid:qpid-client:${qpid-jms-client-amqp-0-x-version},org.apache.geronimo.specs:geronimo-jms_1.1_spec:${geronimo-jms-1-1-version},org.slf4j:slf4j-simple:${slf4j-version},javax.xml.bind:jaxb-api:${jaxb-api-version},org.glassfish.jaxb:jaxb-runtime:${jaxb-api-version} + org.apache.qpid:qpid-client:${qpid-jms-client-amqp-0-x-version},org.apache.geronimo.specs:geronimo-jms_1.1_spec:${geronimo-jms-1-1-version},org.slf4j:slf4j-simple:${slf4j-version},org.glassfish.jaxb:jaxb-runtime:${jaxb-api-version} diff --git a/systests/qpid-systests-http-management/pom.xml b/systests/qpid-systests-http-management/pom.xml index a3303630ae..6a4df0a7e7 100644 --- a/systests/qpid-systests-http-management/pom.xml +++ b/systests/qpid-systests-http-management/pom.xml @@ -138,16 +138,6 @@ qpid-client test - - javax.xml.bind - jaxb-api - test - - - org.glassfish.jaxb - jaxb-runtime - test - diff --git a/systests/qpid-systests-jms_1.1/pom.xml b/systests/qpid-systests-jms_1.1/pom.xml index 6282c82d50..f966a6a203 100644 --- a/systests/qpid-systests-jms_1.1/pom.xml +++ b/systests/qpid-systests-jms_1.1/pom.xml @@ -97,16 +97,6 @@ qpid-client test - - javax.xml.bind - jaxb-api - test - - - org.glassfish.jaxb - jaxb-runtime - test - diff --git a/systests/qpid-systests-spawn-admin/pom.xml b/systests/qpid-systests-spawn-admin/pom.xml index 436207cc93..02073261e7 100644 --- a/systests/qpid-systests-spawn-admin/pom.xml +++ b/systests/qpid-systests-spawn-admin/pom.xml @@ -87,16 +87,6 @@ geronimo-jms_1.1_spec provided - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - diff --git a/tck/pom.xml b/tck/pom.xml index 71455c5f18..d9ae62837d 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -664,16 +664,6 @@ qpid-client runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - @@ -698,16 +688,6 @@ qpid-client runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - diff --git a/tools/pom.xml b/tools/pom.xml index 4223588c66..5e1c9f1293 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -135,16 +135,6 @@ geronimo-jms_1.1_spec runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - @@ -182,16 +172,6 @@ geronimo-jms_1.1_spec runtime - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - @@ -256,16 +236,6 @@ geronimo-jms_1.1_spec compile - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime - @@ -303,16 +273,6 @@ geronimo-jms_1.1_spec compile - - javax.xml.bind - jaxb-api - runtime - - - org.glassfish.jaxb - jaxb-runtime - runtime -