This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a change to branch tomee-9.x-initial
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from d2dcb66 Make sure to support jakarta classifier to generate BOMs
add d278903 Attempt to migrate all MicroProfile APIs to jakarta namespace
No new revisions were added by this update.
Summary of changes:
deps/microprofile-config-api-shade/pom.xml | 176 +++++++++++++++++++++
.../microprofile-fault-tolerance-api-shade/pom.xml | 176 +++++++++++++++++++++
deps/microprofile-health-api-shade/pom.xml | 176 +++++++++++++++++++++
deps/microprofile-jwt-auth-api-shade/pom.xml | 176 +++++++++++++++++++++
deps/microprofile-metrics-api-shade/pom.xml | 176 +++++++++++++++++++++
deps/microprofile-openapi-api-shade/pom.xml | 176 +++++++++++++++++++++
deps/microprofile-rest-client-api-shade/pom.xml | 176 +++++++++++++++++++++
.../microprofile.opentracing.version-shade/pom.xml | 176 +++++++++++++++++++++
deps/pom.xml | 7 +
examples/mp-config-example/pom.xml | 2 +-
itests/openejb-itests-beans/pom.xml | 10 ++
mp-jwt/pom.xml | 12 +-
pom.xml | 2 +-
server/openejb-cxf-rs/pom.xml | 43 +++++
tck/microprofile-tck/config/pom.xml | 6 +-
tck/microprofile-tck/fault-tolerance/pom.xml | 6 +-
tck/microprofile-tck/health/pom.xml | 10 +-
tck/microprofile-tck/metrics/pom.xml | 6 +-
tck/microprofile-tck/openapi/pom.xml | 10 +-
tck/microprofile-tck/opentracing/pom.xml | 6 +-
tck/microprofile-tck/rest-client/pom.xml | 10 +-
tomee/tomee-microprofile/mp-common/pom.xml | 56 +++----
22 files changed, 1531 insertions(+), 63 deletions(-)
create mode 100644 deps/microprofile-config-api-shade/pom.xml
create mode 100644 deps/microprofile-fault-tolerance-api-shade/pom.xml
create mode 100644 deps/microprofile-health-api-shade/pom.xml
create mode 100644 deps/microprofile-jwt-auth-api-shade/pom.xml
create mode 100644 deps/microprofile-metrics-api-shade/pom.xml
create mode 100644 deps/microprofile-openapi-api-shade/pom.xml
create mode 100644 deps/microprofile-rest-client-api-shade/pom.xml
create mode 100644 deps/microprofile.opentracing.version-shade/pom.xml