You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/02/18 18:34:04 UTC

[tomee] branch tomee-9.x-initial updated (5f61e95 -> cd64ee6)

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 5f61e95  Merge remote-tracking branch 'origin/master' into tomee-9.x-initial
     add 27593e7  Add some more relocated dependencies adn fix the build
     add cd64ee6  Merge branch 'tomee-9.x-initial' of github.com:apache/tomee into tomee-9.x-initial

No new revisions were added by this update.

Summary of changes:
 arquillian/arquillian-tomee-common/pom.xml         |  9 +++--
 arquillian/arquillian-tomee-remote/pom.xml         |  1 +
 arquillian/arquillian-tomee-tests/pom.xml          | 16 ++++----
 arquillian/arquillian-tomee-webapp-remote/pom.xml  |  8 ++--
 assembly/openejb-lite/pom.xml                      |  8 ++--
 boms/tomee-plume/pom.xml                           |  1 +
 container/mbean-annotation-api/pom.xml             | 14 +++++++
 container/openejb-core/pom.xml                     | 44 ++++++++++++++++++----
 .../org/apache/openejb/bval/BValCdiFilter.java     |  1 +
 deps/{sxc-shade => activemq-broker-shade}/pom.xml  | 41 ++++++++++++--------
 deps/{sxc-shade => activemq-client-shade}/pom.xml  | 41 ++++++++++++--------
 deps/{sxc-shade => activemq-jaas-shade}/pom.xml    | 41 ++++++++++++--------
 .../pom.xml                                        | 41 ++++++++++++--------
 .../pom.xml                                        | 41 ++++++++++++--------
 .../pom.xml                                        | 41 ++++++++++++--------
 deps/{sxc-shade => activemq-ra-shade}/pom.xml      | 41 ++++++++++++--------
 deps/{sxc-shade => bval-jsr-shade}/pom.xml         | 29 ++++++--------
 deps/pom.xml                                       |  8 ++++
 itests/openejb-itests-client/pom.xml               |  4 +-
 pom.xml                                            | 40 ++++++++++++--------
 server/openejb-activemq/pom.xml                    |  4 +-
 tck/cdi-embedded/pom.xml                           | 18 +++++----
 tck/cdi-tomee/pom.xml                              |  1 +
 tomee/pom.xml                                      | 36 +++++++++---------
 .../tomee-microprofile-webapp/pom.xml              |  1 +
 tomee/tomee-plume-webapp/pom.xml                   | 14 ++++---
 tomee/tomee-plus-webapp/pom.xml                    | 14 ++++---
 27 files changed, 351 insertions(+), 207 deletions(-)
 copy deps/{sxc-shade => activemq-broker-shade}/pom.xml (66%)
 copy deps/{sxc-shade => activemq-client-shade}/pom.xml (66%)
 copy deps/{sxc-shade => activemq-jaas-shade}/pom.xml (66%)
 copy deps/{sxc-shade => activemq-jdbc-store-shade}/pom.xml (66%)
 copy deps/{sxc-shade => activemq-kahadb-store-shade}/pom.xml (66%)
 copy deps/{sxc-shade => activemq-openwire-legacy-shade}/pom.xml (66%)
 copy deps/{sxc-shade => activemq-ra-shade}/pom.xml (66%)
 copy deps/{sxc-shade => bval-jsr-shade}/pom.xml (77%)