diff --git a/deps/cxf-rt-rs-mp-client-shade/pom.xml b/deps/cxf-rt-rs-mp-client-shade/pom.xml index 1171910bf45..e28e814f50c 100644 --- a/deps/cxf-rt-rs-mp-client-shade/pom.xml +++ b/deps/cxf-rt-rs-mp-client-shade/pom.xml @@ -65,7 +65,6 @@ org.eclipse.microprofile.rest.client microprofile-rest-client-api - ${microprofile.rest-client.version} diff --git a/examples/mp-config-example/pom.xml b/examples/mp-config-example/pom.xml index ecd57059cfa..8aca48bfae4 100644 --- a/examples/mp-config-example/pom.xml +++ b/examples/mp-config-example/pom.xml @@ -24,7 +24,7 @@ TomEE :: Examples :: MicroProfile Config 9.1-M2 - 3.0.1 + 3.0.2 10.0.0-SNAPSHOT 1.7.0.Alpha10 @@ -38,7 +38,7 @@ org.eclipse.microprofile.config microprofile-config-api - ${microprofile.config.version} + ${version.microprofile.config} provided diff --git a/examples/mp-custom-healthcheck/pom.xml b/examples/mp-custom-healthcheck/pom.xml index 60436ff370c..0df77743657 100644 --- a/examples/mp-custom-healthcheck/pom.xml +++ b/examples/mp-custom-healthcheck/pom.xml @@ -24,7 +24,7 @@ TomEE :: Examples :: Custom HealthCheck 1.7.0.Alpha10 - 4.0 + 4.0.1 3.7.0 3.1.0 9.1-M2 @@ -43,7 +43,7 @@ org.eclipse.microprofile.health microprofile-health-api - ${microprofile-health-api.version} + ${version.microprofile.health-api} provided diff --git a/examples/mp-faulttolerance-fallback/pom.xml b/examples/mp-faulttolerance-fallback/pom.xml index c5cc8a8b880..abdbc0b1c8e 100644 --- a/examples/mp-faulttolerance-fallback/pom.xml +++ b/examples/mp-faulttolerance-fallback/pom.xml @@ -21,7 +21,7 @@ war TomEE :: Examples :: Microprofile Fault Tolerance :: Fallback - 1.0 + 4.0.2 1.7.0.Alpha10 3.7.0 3.1.0 @@ -41,7 +41,7 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-api - ${microprofile-fault-tolerance-api.version} + ${version.microprofile.fault-tolerance-api} provided diff --git a/examples/mp-faulttolerance-retry/pom.xml b/examples/mp-faulttolerance-retry/pom.xml index fa77533b25e..fb8a8006d99 100644 --- a/examples/mp-faulttolerance-retry/pom.xml +++ b/examples/mp-faulttolerance-retry/pom.xml @@ -23,7 +23,7 @@ war TomEE :: Examples :: Microprofile Fault Tolerance :: Retry - 1.0 + 4.0.2 1.7.0.Alpha10 3.7.0 3.1.0 diff --git a/examples/mp-faulttolerance-timeout/pom.xml b/examples/mp-faulttolerance-timeout/pom.xml index 549ddd36113..e27844b079d 100644 --- a/examples/mp-faulttolerance-timeout/pom.xml +++ b/examples/mp-faulttolerance-timeout/pom.xml @@ -23,7 +23,7 @@ war TomEE :: Examples :: Microprofile Fault Tolerance :: Timeout - 1.0 + 4.0.2 1.7.0.Alpha10 3.7.0 3.1.0 @@ -43,7 +43,7 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-api - ${microprofile-fault-tolerance-api.version} + ${version.microprofile.fault-tolerance-api} provided diff --git a/examples/mp-metrics-counted/pom.xml b/examples/mp-metrics-counted/pom.xml index c04abf5ed15..2622c33aaa6 100644 --- a/examples/mp-metrics-counted/pom.xml +++ b/examples/mp-metrics-counted/pom.xml @@ -25,7 +25,7 @@ TomEE :: Examples :: Microprofile Metrics Counted 9.1-M2 - 3.0.1 + 5.0.0 1.7.0.Alpha10 4.13.2 tomee/${project.artifactId} @@ -42,7 +42,7 @@ org.eclipse.microprofile.metrics microprofile-metrics-api - ${microprofile.metrics.version} + ${version.microprofile.metrics} provided diff --git a/examples/mp-metrics-gauge/pom.xml b/examples/mp-metrics-gauge/pom.xml index 0929e80b426..b5a7d36bfa3 100644 --- a/examples/mp-metrics-gauge/pom.xml +++ b/examples/mp-metrics-gauge/pom.xml @@ -24,7 +24,7 @@ TomEE :: Examples :: MicroProfile Metrics Gauge 9.1-M2 - 3.0.1 + 5.0.0 1.7.0.Alpha10 4.13.2 10.0.0-SNAPSHOT @@ -39,7 +39,7 @@ org.eclipse.microprofile.metrics microprofile-metrics-api - ${microprofile.metrics.version} + ${version.microprofile.metrics} provided diff --git a/examples/mp-metrics-histogram/pom.xml b/examples/mp-metrics-histogram/pom.xml index 2e89abe4726..99b18c7a4cd 100644 --- a/examples/mp-metrics-histogram/pom.xml +++ b/examples/mp-metrics-histogram/pom.xml @@ -25,7 +25,7 @@ TomEE :: Examples :: Microprofile Metrics Histogram 9.1-M2 - 3.0.1 + 5.0.0 1.7.0.Alpha10 4.13.2 10.0.0-SNAPSHOT @@ -40,7 +40,7 @@ org.eclipse.microprofile.metrics microprofile-metrics-api - ${microprofile.metrics.version} + ${version.microprofile.metrics} provided diff --git a/examples/mp-metrics-metered/pom.xml b/examples/mp-metrics-metered/pom.xml index f00eb0f77e9..c7dc08066c9 100644 --- a/examples/mp-metrics-metered/pom.xml +++ b/examples/mp-metrics-metered/pom.xml @@ -24,7 +24,7 @@ war 9.1-M2 - 3.0.1 + 5.0.0 1.7.0.Alpha10 4.13.2 10.0.0-SNAPSHOT @@ -39,7 +39,7 @@ org.eclipse.microprofile.metrics microprofile-metrics-api - ${microprofile.metrics.version} + ${version.microprofile.metrics} provided diff --git a/examples/mp-metrics-timed/pom.xml b/examples/mp-metrics-timed/pom.xml index b794547746c..9c6f00981c6 100644 --- a/examples/mp-metrics-timed/pom.xml +++ b/examples/mp-metrics-timed/pom.xml @@ -24,7 +24,7 @@ TomEE :: Examples :: Microprofile Metrics Timed 9.1-M2 - 3.0.1 + 5.0.0 1.7.0.Alpha10 4.13.2 10.0.0-SNAPSHOT @@ -39,7 +39,7 @@ org.eclipse.microprofile.metrics microprofile-metrics-api - ${microprofile.metrics.version} + ${version.microprofile.metrics} provided diff --git a/examples/mp-rest-client/README.adoc b/examples/mp-rest-client/README.adoc index 0feea0cf4bc..b9404b1f77f 100644 --- a/examples/mp-rest-client/README.adoc +++ b/examples/mp-rest-client/README.adoc @@ -23,7 +23,7 @@ To use MicroProfile Rest Client you need 3 changes in your project: org.eclipse.microprofile.rest.client microprofile-rest-client-api - ${microprofile.rest-client.version} + ${version.microprofile.rest-client} provided ---- diff --git a/examples/mp-rest-client/README_es.adoc b/examples/mp-rest-client/README_es.adoc index ed6008262a5..fb8291af5bc 100644 --- a/examples/mp-rest-client/README_es.adoc +++ b/examples/mp-rest-client/README_es.adoc @@ -22,7 +22,7 @@ Para utilizar el Cliente Rest de MicroProfile se requieren 3 cambios en su proye org.eclipse.microprofile.rest.client microprofile-rest-client-api - ${microprofile.rest-client.version} + ${version.microprofile.rest-client} provided ---- diff --git a/examples/mp-rest-client/README_pt.adoc b/examples/mp-rest-client/README_pt.adoc index 1cf2256b3c6..725077b5422 100644 --- a/examples/mp-rest-client/README_pt.adoc +++ b/examples/mp-rest-client/README_pt.adoc @@ -22,7 +22,7 @@ Para usar o MicroProfile Rest Client, são necessárias 3 alterações no seu pr org.eclipse.microprofile.rest.client microprofile-rest-client-api - ${microprofile.rest-client.version} + ${version.microprofile.rest-client} provided ---- diff --git a/examples/mp-rest-client/pom.xml b/examples/mp-rest-client/pom.xml index 775ba43d20b..5dd63638193 100755 --- a/examples/mp-rest-client/pom.xml +++ b/examples/mp-rest-client/pom.xml @@ -24,7 +24,7 @@ war TomEE :: Examples :: Microprofile REST Client - 3.0 + 3.0.1 9.1-M2 1.7.0.Alpha10 4.13.2 @@ -40,7 +40,7 @@ org.eclipse.microprofile.rest.client microprofile-rest-client-api - ${microprofile.rest-client.version} + ${version.microprofile.rest-client} provided diff --git a/itests/microprofile-jwt-itests/pom.xml b/itests/microprofile-jwt-itests/pom.xml index 691dc97d79d..683dbcd7b0e 100644 --- a/itests/microprofile-jwt-itests/pom.xml +++ b/itests/microprofile-jwt-itests/pom.xml @@ -87,7 +87,6 @@ org.eclipse.microprofile.jwt microprofile-jwt-auth-api - ${microprofile.jwt.version} provided diff --git a/itests/tomee-microprofile-itests/pom.xml b/itests/tomee-microprofile-itests/pom.xml index 0448f5b8a1c..4839d3c2fde 100644 --- a/itests/tomee-microprofile-itests/pom.xml +++ b/itests/tomee-microprofile-itests/pom.xml @@ -86,13 +86,13 @@ org.eclipse.microprofile.openapi microprofile-openapi-api - ${microprofile.openapi.version} + ${version.microprofile.openapi} compile org.eclipse.microprofile.metrics microprofile-metrics-api - ${microprofile.metrics.version} + ${version.microprofile.metrics} compile diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml index f67e000d8ef..7993d9ce2f9 100644 --- a/mp-jwt/pom.xml +++ b/mp-jwt/pom.xml @@ -34,13 +34,11 @@ org.eclipse.microprofile.jwt microprofile-jwt-auth-api - ${microprofile.jwt.version} provided org.eclipse.microprofile.config microprofile-config-api - ${microprofile.config.version} provided diff --git a/pom.xml b/pom.xml index 05054b74c48..4f8b1a5e879 100644 --- a/pom.xml +++ b/pom.xml @@ -174,36 +174,25 @@ 11 - 5.0 - 3.0.2 - 3.0.2 - 4.0.2 - 4.0.2 - 4.0.1 - 4.0.1 - 2.0 - 2.0 - 4.0.1 - 4.0.1 - 3.0 - 3.0 - 3.0 - 3.0 - 3.0.1 - 3.0.1 + 6.0 + 3.0.2 + 4.0.2 + 4.0.1 + 2.1 + 5.0.0 + 3.1 + 3.0 + 3.0.1 - 0.33.0 + 0.33.0 - 3.0.0 - 6.0.0 - 4.0.0 - 4.0.0 - 3.0.0 - 3.0.0 - - ${project.version} - ${cxf.version} + 3.1.1 + 6.1.0 + 4.0.1 + 4.0.0 + 3.1.2 + 3.0.0 2.14.1 @@ -239,6 +228,7 @@ 6.1.4.Final 7.0.5.Final + 1.0-alpha-1 2.0.2 1.9.6 @@ -1058,6 +1048,61 @@ + + + org.eclipse.microprofile.config + microprofile-config-api + ${version.microprofile.config} + + + org.eclipse.microprofile.fault-tolerance + microprofile-fault-tolerance-api + ${version.microprofile.fault-tolerance} + + + org.eclipse.microprofile.health + microprofile-health-api + ${version.microprofile.health} + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-api + ${version.microprofile.jwt} + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + ${version.microprofile.metrics} + + + org.eclipse.microprofile.openapi + microprofile-openapi-api + ${version.microprofile.openapi} + + + org.eclipse.microprofile.opentracing + microprofile-opentracing-api + ${version.microprofile.opentracing} + + + org.eclipse.microprofile.rest.client + microprofile-rest-client-api + ${version.microprofile.rest-client} + + + + io.opentracing + opentracing-api + ${version.io.opentracing} + + + io.opentracing + opentracing-mock + ${version.io.opentracing} + + + + ${project.groupId} jakartaee-api diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml index aa327e273a2..e9988a5b651 100644 --- a/tck/microprofile-tck/config/pom.xml +++ b/tck/microprofile-tck/config/pom.xml @@ -116,14 +116,12 @@ org.eclipse.microprofile.config microprofile-config-api - ${microprofile.config.version} test org.eclipse.microprofile.config microprofile-config-tck - ${microprofile.config.tck.version} test diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml b/tck/microprofile-tck/fault-tolerance/pom.xml index c8b7bc0ac96..a2282a9cfbe 100644 --- a/tck/microprofile-tck/fault-tolerance/pom.xml +++ b/tck/microprofile-tck/fault-tolerance/pom.xml @@ -97,13 +97,11 @@ org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-api - ${microprofile.fault-tolerance.version} org.eclipse.microprofile.fault-tolerance microprofile-fault-tolerance-tck - ${microprofile.fault-tolerance.tck.version} test diff --git a/tck/microprofile-tck/health/pom.xml b/tck/microprofile-tck/health/pom.xml index 37d2dcce3e5..39b8bb0aaf7 100644 --- a/tck/microprofile-tck/health/pom.xml +++ b/tck/microprofile-tck/health/pom.xml @@ -84,7 +84,6 @@ org.eclipse.microprofile.health microprofile-health-api - ${microprofile.health.version} javax.inject @@ -96,7 +95,6 @@ org.eclipse.microprofile.health microprofile-health-tck - ${microprofile.health.tck.version} test diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml index 3ab9892a6e1..2b9711bdef4 100644 --- a/tck/microprofile-tck/jwt/pom.xml +++ b/tck/microprofile-tck/jwt/pom.xml @@ -96,7 +96,6 @@ org.eclipse.microprofile.jwt microprofile-jwt-auth-tck - ${microprofile.jwt.tck.version} test @@ -110,7 +109,6 @@ org.eclipse.microprofile.jwt microprofile-jwt-auth-tck - ${microprofile.jwt.tck.version} test-jar test @@ -138,7 +136,7 @@ io.smallrye.config smallrye-config-core - ${microprofile.config.impl.version} + ${version.microprofile.impl.config} test diff --git a/tck/microprofile-tck/metrics/pom.xml b/tck/microprofile-tck/metrics/pom.xml index bcfdc81af99..7c0c06490e1 100644 --- a/tck/microprofile-tck/metrics/pom.xml +++ b/tck/microprofile-tck/metrics/pom.xml @@ -100,14 +100,12 @@ org.eclipse.microprofile.metrics microprofile-metrics-api - ${microprofile.metrics.version} test org.eclipse.microprofile.metrics microprofile-metrics-api-tck - ${microprofile.metrics.version} org.jboss.arquillian.container @@ -120,7 +118,6 @@ org.eclipse.microprofile.metrics microprofile-metrics-rest-tck - ${microprofile.metrics.tck.version} test diff --git a/tck/microprofile-tck/openapi/pom.xml b/tck/microprofile-tck/openapi/pom.xml index 35093fbd7c1..c003726cdda 100644 --- a/tck/microprofile-tck/openapi/pom.xml +++ b/tck/microprofile-tck/openapi/pom.xml @@ -88,14 +88,12 @@ org.eclipse.microprofile.openapi microprofile-openapi-api - ${microprofile.openapi.version} test org.eclipse.microprofile.openapi microprofile-openapi-tck - ${microprofile.openapi.tck.version} test diff --git a/tck/microprofile-tck/opentracing/pom.xml b/tck/microprofile-tck/opentracing/pom.xml index 09458122df6..961711f31d7 100644 --- a/tck/microprofile-tck/opentracing/pom.xml +++ b/tck/microprofile-tck/opentracing/pom.xml @@ -84,27 +84,23 @@ org.eclipse.microprofile.config microprofile-config-api - ${microprofile.config.version} test org.eclipse.microprofile.opentracing microprofile-opentracing-api - ${microprofile.opentracing.version} test org.eclipse.microprofile.opentracing microprofile-opentracing-tck - ${microprofile.opentracing.tck.version} test @@ -181,21 +177,19 @@ io.opentracing opentracing-mock - ${opentracing.api} test io.opentracing opentracing-api - ${opentracing.api} provided io.smallrye smallrye-opentracing - ${microprofile.opentracing.impl.version} + ${version.microprofile.impl.opentracing} provided diff --git a/tck/microprofile-tck/pom.xml b/tck/microprofile-tck/pom.xml index 26216169ffc..b9325d688dc 100644 --- a/tck/microprofile-tck/pom.xml +++ b/tck/microprofile-tck/pom.xml @@ -39,4 +39,72 @@ fault-tolerance opentracing + + + + + + org.eclipse.microprofile.config + microprofile-config-tck + ${version.microprofile.config} + test + + + org.eclipse.microprofile.fault-tolerance + microprofile-fault-tolerance-tck + ${version.microprofile.fault-tolerance} + test + + + org.eclipse.microprofile.health + microprofile-health-tck + ${version.microprofile.health} + test + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-tck + ${version.microprofile.jwt} + test + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-tck + ${version.microprofile.jwt} + test-jar + test + + + org.eclipse.microprofile.metrics + microprofile-metrics-api-tck + ${version.microprofile.metrics} + test + + + org.eclipse.microprofile.metrics + microprofile-metrics-rest-tck + ${version.microprofile.metrics} + test + + + org.eclipse.microprofile.openapi + microprofile-openapi-tck + ${version.microprofile.openapi} + test + + + org.eclipse.microprofile.opentracing + microprofile-opentracing-tck + ${version.microprofile.opentracing} + test + + + org.eclipse.microprofile.rest.client + microprofile-rest-client-tck + ${version.microprofile.rest-client} + test + + + + diff --git a/tck/microprofile-tck/rest-client/pom.xml b/tck/microprofile-tck/rest-client/pom.xml index c1713d1e342..de726e4e025 100644 --- a/tck/microprofile-tck/rest-client/pom.xml +++ b/tck/microprofile-tck/rest-client/pom.xml @@ -125,7 +125,6 @@ org.eclipse.microprofile.rest.client microprofile-rest-client-api - ${microprofile.rest-client.version} test @@ -138,7 +137,6 @@ org.eclipse.microprofile.rest.client microprofile-rest-client-tck - ${microprofile.rest-client.tck.version} test diff --git a/tomee/tomee-microprofile/mp-common/pom.xml b/tomee/tomee-microprofile/mp-common/pom.xml index 60c997d386b..8d6f4484fad 100644 --- a/tomee/tomee-microprofile/mp-common/pom.xml +++ b/tomee/tomee-microprofile/mp-common/pom.xml @@ -29,129 +29,84 @@ - - - org.eclipse.microprofile - microprofile - ${microprofile.version} - pom - - - org.eclipse.microprofile.config - microprofile-config-api - ${microprofile.config.version} - - - org.eclipse.microprofile.fault-tolerance - microprofile-fault-tolerance-api - ${microprofile.fault-tolerance.version} - - - org.eclipse.microprofile.health - microprofile-health-api - ${microprofile.health.version} - - - org.eclipse.microprofile.jwt - microprofile-jwt-auth-api - ${microprofile.jwt.version} - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - ${microprofile.metrics.version} - - - org.eclipse.microprofile.openapi - microprofile-openapi-api - ${microprofile.openapi.version} - - - org.eclipse.microprofile.opentracing - microprofile-opentracing-api - ${microprofile.opentracing.version} - - - org.eclipse.microprofile.rest.client - microprofile-rest-client-api - ${microprofile.rest-client.version} - - + io.smallrye.config smallrye-config - ${microprofile.config.impl.version} + ${version.microprofile.impl.config} io.smallrye smallrye-fault-tolerance-api - ${microprofile.fault-tolerance.impl.version} + ${version.microprofile.impl.fault-tolerance} io.smallrye smallrye-fault-tolerance - ${microprofile.fault-tolerance.impl.version} + ${version.microprofile.impl.fault-tolerance} io.smallrye smallrye-fault-tolerance-autoconfig-core - ${microprofile.fault-tolerance.impl.version} + ${version.microprofile.impl.fault-tolerance} io.smallrye smallrye-fault-tolerance-core - ${microprofile.fault-tolerance.impl.version} + ${version.microprofile.impl.fault-tolerance} io.smallrye smallrye-health-api - ${microprofile.health.impl.version} + ${version.microprofile.impl.health} io.smallrye smallrye-health - ${microprofile.health.impl.version} + ${version.microprofile.impl.health} io.smallrye smallrye-metrics-api - ${microprofile.metrics.impl.version} + ${version.microprofile.impl.metrics} io.smallrye smallrye-metrics - ${microprofile.metrics.impl.version} + ${version.microprofile.impl.metrics} io.smallrye smallrye-open-api - ${microprofile.openapi.impl.version} + ${version.microprofile.impl.openapi} pom io.smallrye smallrye-open-api-core - ${microprofile.openapi.impl.version} + ${version.microprofile.impl.openapi} io.smallrye smallrye-open-api-jaxrs - ${microprofile.openapi.impl.version} + ${version.microprofile.impl.openapi} io.smallrye smallrye-opentracing - ${microprofile.opentracing.impl.version} + ${version.microprofile.impl.opentracing} io.smallrye smallrye-opentracing-contrib - ${microprofile.opentracing.impl.version} + ${version.microprofile.impl.opentracing} + + ${project.groupId} jakartaee-api @@ -166,8 +121,8 @@ - openejb-rest org.apache.tomee + openejb-rest ${project.version} provided @@ -178,7 +133,7 @@ provided - + org.eclipse.microprofile.config @@ -186,23 +141,18 @@ - io.smallrye.config - smallrye-config + org.eclipse.microprofile.fault-tolerance + microprofile-fault-tolerance-api + + + + org.eclipse.microprofile.health + microprofile-health-api - * - microprofile-config-api - - - jakarta.enterprise - * - - @@ -212,40 +162,67 @@ - ${project.groupId} - mp-jwt - ${microprofile.jwt.impl.version} + org.eclipse.microprofile.metrics + microprofile-metrics-api + + + + org.eclipse.microprofile.openapi + microprofile-openapi-api + + + + org.eclipse.microprofile.opentracing + microprofile-opentracing-api + + + + org.eclipse.microprofile.rest.client + microprofile-rest-client-api - * - microprofile-jwt-auth-api + javax.inject + javax.inject + - org.eclipse.microprofile.fault-tolerance - microprofile-fault-tolerance-api + io.opentracing + opentracing-api + + - io.smallrye - smallrye-fault-tolerance + io.smallrye.config + smallrye-config * - microprofile-fault-tolerance-api + microprofile-config-api + + jakarta.enterprise + * + + - org.eclipse.microprofile.health - microprofile-health-api + io.smallrye + smallrye-fault-tolerance - javax.inject - javax.inject + * + microprofile-fault-tolerance-api @@ -261,11 +238,6 @@ - - org.eclipse.microprofile.metrics - microprofile-metrics-api - - io.smallrye smallrye-metrics @@ -278,47 +250,29 @@ - org.eclipse.microprofile.rest.client - microprofile-rest-client-api - - - javax.inject - javax.inject - - - - - - org.apache.tomee - cxf-rt-rs-mp-client-shade - ${project.version} + io.smallrye + smallrye-open-api + pom - - org.apache.cxf - * + * + microprofile-openapi-api - - org.eclipse.microprofile.openapi - microprofile-openapi-api - - io.smallrye - smallrye-open-api - pom + smallrye-opentracing * - microprofile-openapi-api + microprofile-opentracing-api - + com.fasterxml.jackson.dataformat jackson-dataformat-yaml @@ -327,32 +281,36 @@ com.fasterxml.jackson.core jackson-databind - org.yaml snakeyaml - - org.eclipse.microprofile.opentracing - microprofile-opentracing-api - + - io.smallrye - smallrye-opentracing + ${project.groupId} + mp-jwt + ${project.version} * - microprofile-opentracing-api + microprofile-jwt-auth-api - io.opentracing - opentracing-api - ${opentracing.api} + org.apache.tomee + cxf-rt-rs-mp-client-shade + ${project.version} + + + + org.apache.cxf + * + +