You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/09/14 11:10:38 UTC

[tomee] branch master updated (eb954fe -> fcdf301)

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from eb954fe  TOMEE-3789 Update ActiveMQ 5.16.3
     new 8bfbc74  Fix http -> https to avoid maven-default-http-blocker
     new b11bfff  Fixes version in examples after release of 8.0.8
     new fcdf301  TOMEE-3745 - Remove unexpected Jackson Dependency in openejb-core and try to make ActiveMQ optional

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boms/tomee-plume/pom.xml                           | 12 ++++----
 boms/tomee-plus/pom.xml                            | 12 ++++----
 boms/tomee-webprofile/pom.xml                      | 33 ----------------------
 container/openejb-core/pom.xml                     |  7 ++---
 examples/applet/pom.xml                            |  6 ++--
 examples/bval-evaluation-redeployment/pom.xml      |  6 ++--
 examples/cdi-realm/pom.xml                         |  2 +-
 examples/connector-ear/pom.xml                     |  4 +--
 examples/connector-war/pom.xml                     |  2 +-
 examples/deltaspike-fullstack/pom.xml              |  2 +-
 examples/jpa-eclipselink/pom.xml                   |  2 +-
 examples/mtom/pom.xml                              |  2 +-
 examples/myfaces-codi-demo/pom.xml                 |  2 +-
 examples/pojo-webservice/pom.xml                   |  2 +-
 examples/resources-declared-in-webapp/pom.xml      |  2 +-
 examples/resources-jmx-example/pom.xml             |  6 ++--
 examples/rest-example-with-application/pom.xml     |  2 +-
 examples/security-custom-identitystore/README.adoc |  6 ++--
 examples/simple-ear/pom.xml                        |  2 +-
 examples/struts/pom.xml                            |  2 +-
 examples/tomee-jersey-eclipselink/pom.xml          |  2 +-
 examples/xa-datasource/pom.xml                     |  2 +-
 22 files changed, 42 insertions(+), 76 deletions(-)

[tomee] 02/03: Fixes version in examples after release of 8.0.8

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit b11bfffc6232cdf59095abaca6718c5792cd5bc7
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Tue Sep 14 13:05:02 2021 +0200

    Fixes version in examples after release of 8.0.8
---
 examples/applet/pom.xml                            | 6 +++---
 examples/bval-evaluation-redeployment/pom.xml      | 4 ++--
 examples/connector-ear/pom.xml                     | 2 +-
 examples/pojo-webservice/pom.xml                   | 2 +-
 examples/resources-declared-in-webapp/pom.xml      | 2 +-
 examples/resources-jmx-example/pom.xml             | 2 +-
 examples/rest-example-with-application/pom.xml     | 2 +-
 examples/security-custom-identitystore/README.adoc | 6 +++---
 examples/simple-ear/pom.xml                        | 2 +-
 9 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml
index f008641..326f93c 100644
--- a/examples/applet/pom.xml
+++ b/examples/applet/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz.applet</groupId>
   <artifactId>applet</artifactId>
   <packaging>war</packaging>
-  <version>8.0.8-SNAPSHOT</version>
+  <version>8.0.9-SNAPSHOT</version>
   <name>TomEE :: Web Examples :: Signed Applet EJB Client</name>
   <url>http://tomee.apache.org</url>
   <properties>
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>openejb-client</artifactId>
-      <version>8.0.8-SNAPSHOT</version>
+      <version>8.0.9-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -112,7 +112,7 @@
                 <artifactItem>
                   <groupId>org.apache.tomee</groupId>
                   <artifactId>openejb-client</artifactId>
-                  <version>8.0.8-SNAPSHOT</version>
+                  <version>8.0.9-SNAPSHOT</version>
                   <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
                   <destFileName>openejb-client.jar</destFileName>
                 </artifactItem>
diff --git a/examples/bval-evaluation-redeployment/pom.xml b/examples/bval-evaluation-redeployment/pom.xml
index 45a69a5..28d1af2 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -25,8 +25,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.test.version>8.0.8-SNAPSHOT</tomee.test.version>
-    <openejb.test.version>8.0.8-SNAPSHOT</openejb.test.version>
+    <tomee.test.version>8.0.9-SNAPSHOT</tomee.test.version>
+    <openejb.test.version>8.0.9-SNAPSHOT</openejb.test.version>
   </properties>
 
   <modules>
diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml
index d02b746..1df4ba2 100644
--- a/examples/connector-ear/pom.xml
+++ b/examples/connector-ear/pom.xml
@@ -20,7 +20,7 @@
   <name>TomEE :: Connector Examples :: Connector in EAR</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.8-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.9-SNAPSHOT</tomee.version>
     <version.shrinkwrap.resolver>2.1.0</version.shrinkwrap.resolver>
     <surefire.version>2.21.0</surefire.version>
   </properties>
diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml
index 763a198..8fb6135 100644
--- a/examples/pojo-webservice/pom.xml
+++ b/examples/pojo-webservice/pom.xml
@@ -25,7 +25,7 @@
   <name>TomEE :: Web Examples :: Pojo WS</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.8-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.9-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>
diff --git a/examples/resources-declared-in-webapp/pom.xml b/examples/resources-declared-in-webapp/pom.xml
index bf4ecf3..a9165b7 100644
--- a/examples/resources-declared-in-webapp/pom.xml
+++ b/examples/resources-declared-in-webapp/pom.xml
@@ -25,7 +25,7 @@
   <name>TomEE :: Web Examples :: Resource Declared In A Webapp</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.8-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.9-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>
diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml
index 95b157d..daaa34e 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -26,7 +26,7 @@
   <name>TomEE :: Examples :: Resources/JMX Example</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.8-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.9-SNAPSHOT</tomee.version>
   </properties>
   <modules>
     <module>resources-jmx-ejb</module>
diff --git a/examples/rest-example-with-application/pom.xml b/examples/rest-example-with-application/pom.xml
index aed9473..d9e0abf 100644
--- a/examples/rest-example-with-application/pom.xml
+++ b/examples/rest-example-with-application/pom.xml
@@ -25,7 +25,7 @@
   <name>TomEE :: Web Examples :: REST Example With Application</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.8-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.9-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>
diff --git a/examples/security-custom-identitystore/README.adoc b/examples/security-custom-identitystore/README.adoc
index eb0dfe2..9141d03 100644
--- a/examples/security-custom-identitystore/README.adoc
+++ b/examples/security-custom-identitystore/README.adoc
@@ -121,7 +121,7 @@ Calling MovieServlet without any credentials provided.
 juin 24, 2021 2:58:43 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
 INFOS: statusCode=[401] contentType=[text/html]
 juin 24, 2021 2:58:43 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
-INFOS: <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Descripti [...]
+INFOS: <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Descripti [...]
 
 
 Calling MovieServlet with a valid user and valid permissions.
@@ -131,12 +131,12 @@ Calling MovieServlet with the wrong credentials.
 juin 24, 2021 2:58:44 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
 INFOS: statusCode=[401] contentType=[text/html]
 juin 24, 2021 2:58:44 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
-INFOS: <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Descripti [...]
+INFOS: <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Descripti [...]
 
 
 Calling MovieServlet with a valid user but without required permissions.
 juin 24, 2021 2:58:44 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
 INFOS: statusCode=[403] contentType=[text/html]
 juin 24, 2021 2:58:44 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
-INFOS: <!doctype html><html lang="en"><head><title>HTTP Status 403 – Forbidden</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 403 – Forbidden</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Acc [...]
+INFOS: <!doctype html><html lang="en"><head><title>HTTP Status 403 – Forbidden</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 403 – Forbidden</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Acc [...]
 ----
diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml
index 23da752..493f81c 100644
--- a/examples/simple-ear/pom.xml
+++ b/examples/simple-ear/pom.xml
@@ -33,7 +33,7 @@
   </modules>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.8-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.9-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>

[tomee] 01/03: Fix http -> https to avoid maven-default-http-blocker

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 8bfbc741ed8814ee86acf70f6442a617e373c438
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Tue Sep 14 13:04:16 2021 +0200

    Fix http -> https to avoid maven-default-http-blocker
---
 examples/bval-evaluation-redeployment/pom.xml | 2 +-
 examples/cdi-realm/pom.xml                    | 2 +-
 examples/connector-ear/pom.xml                | 2 +-
 examples/connector-war/pom.xml                | 2 +-
 examples/deltaspike-fullstack/pom.xml         | 2 +-
 examples/jpa-eclipselink/pom.xml              | 2 +-
 examples/mtom/pom.xml                         | 2 +-
 examples/myfaces-codi-demo/pom.xml            | 2 +-
 examples/resources-jmx-example/pom.xml        | 4 ++--
 examples/struts/pom.xml                       | 2 +-
 examples/tomee-jersey-eclipselink/pom.xml     | 2 +-
 examples/xa-datasource/pom.xml                | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/examples/bval-evaluation-redeployment/pom.xml b/examples/bval-evaluation-redeployment/pom.xml
index 01ce0dc..45a69a5 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -122,7 +122,7 @@
         <enabled>false</enabled>
       </releases>
       <id>Codehaus Snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
+      <url>https://snapshots.repository.codehaus.org/</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
diff --git a/examples/cdi-realm/pom.xml b/examples/cdi-realm/pom.xml
index a6396a8..13daaeb 100644
--- a/examples/cdi-realm/pom.xml
+++ b/examples/cdi-realm/pom.xml
@@ -74,7 +74,7 @@
     <repository>
       <id>apache-m2-snapshot</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
     </repository>
   </repositories>
   <dependencies>
diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml
index 19bafa9..d02b746 100644
--- a/examples/connector-ear/pom.xml
+++ b/examples/connector-ear/pom.xml
@@ -28,7 +28,7 @@
     <repository>
       <id>apache-m2-snapshot</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
     </repository>
   </repositories>
   <dependencyManagement>
diff --git a/examples/connector-war/pom.xml b/examples/connector-war/pom.xml
index 9316e46..583dacc 100644
--- a/examples/connector-war/pom.xml
+++ b/examples/connector-war/pom.xml
@@ -26,7 +26,7 @@
     <repository>
       <id>apache-m2-snapshot</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
     </repository>
   </repositories>
   <build>
diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml
index 38f62c5..758a46c 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -116,7 +116,7 @@
     <repository>
       <id>prime-repo</id>
       <name>Prime Technology Maven Repository</name>
-      <url>http://repository.primefaces.org/</url>
+      <url>https://repository.primefaces.org/</url>
       <layout>default</layout>
     </repository>
   </repositories>
diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml
index 1819bab..fd53b96 100644
--- a/examples/jpa-eclipselink/pom.xml
+++ b/examples/jpa-eclipselink/pom.xml
@@ -75,7 +75,7 @@
     <repository>
       <id>eclipselink-repo</id>
       <name>EclipseLink Repository</name>
-      <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
+      <url>https://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
     </repository>
   </repositories>
   <dependencies>
diff --git a/examples/mtom/pom.xml b/examples/mtom/pom.xml
index cf2e2e2..3cfbe97 100644
--- a/examples/mtom/pom.xml
+++ b/examples/mtom/pom.xml
@@ -30,7 +30,7 @@
   <repositories>
     <repository>
       <id>snapshots-apache</id>
-      <url>http://repository.apache.org/content/groups/snapshots/</url>
+      <url>https://repository.apache.org/content/groups/snapshots/</url>
     </repository>
   </repositories>
   <build>
diff --git a/examples/myfaces-codi-demo/pom.xml b/examples/myfaces-codi-demo/pom.xml
index a47d8c0..4ddd254 100644
--- a/examples/myfaces-codi-demo/pom.xml
+++ b/examples/myfaces-codi-demo/pom.xml
@@ -66,7 +66,7 @@
     <repository>
       <id>prime-repo</id>
       <name>Prime Technology Maven Repository</name>
-      <url>http://repository.primefaces.org/</url>
+      <url>https://repository.primefaces.org/</url>
       <layout>default</layout>
     </repository>
     <repository>
diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml
index d5511b7..95b157d 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -36,14 +36,14 @@
     <repository>
       <id>apache-m2-snapshot</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
     </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
       <id>apache-m2-snapshot</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
     </pluginRepository>
   </pluginRepositories>
   <build>
diff --git a/examples/struts/pom.xml b/examples/struts/pom.xml
index 985c700..fa0b387 100644
--- a/examples/struts/pom.xml
+++ b/examples/struts/pom.xml
@@ -39,7 +39,7 @@
         <enabled>false</enabled>
       </releases>
       <id>Codehaus Snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
+      <url>https://snapshots.repository.codehaus.org/</url>
     </repository>
   </repositories>
   <build>
diff --git a/examples/tomee-jersey-eclipselink/pom.xml b/examples/tomee-jersey-eclipselink/pom.xml
index 1d16f20..a9f4da5 100644
--- a/examples/tomee-jersey-eclipselink/pom.xml
+++ b/examples/tomee-jersey-eclipselink/pom.xml
@@ -177,7 +177,7 @@
     <repository>
       <id>eclipselink-repo</id>
       <name>EclipseLink Repository</name>
-      <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
+      <url>https://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
     </repository>
   </repositories>
   <pluginRepositories>
diff --git a/examples/xa-datasource/pom.xml b/examples/xa-datasource/pom.xml
index adf65c9..f9febc8 100644
--- a/examples/xa-datasource/pom.xml
+++ b/examples/xa-datasource/pom.xml
@@ -88,7 +88,7 @@
     <repository>
       <id>Clojars</id>
       <name>Clojars Repository</name>
-      <url>http://clojars.org/repo/</url>
+      <url>https://clojars.org/repo/</url>
     </repository>
   </repositories>
   <dependencies>

[tomee] 03/03: TOMEE-3745 - Remove unexpected Jackson Dependency in openejb-core and try to make ActiveMQ optional

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit fcdf301e7057e7e8ecd1bb523c0b5abc066a1486
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Tue Sep 14 13:07:54 2021 +0200

    TOMEE-3745 - Remove unexpected Jackson Dependency in openejb-core and try to make ActiveMQ optional
---
 boms/tomee-plume/pom.xml       | 12 ++++++------
 boms/tomee-plus/pom.xml        | 12 ++++++------
 boms/tomee-webprofile/pom.xml  | 33 ---------------------------------
 container/openejb-core/pom.xml |  7 +++----
 4 files changed, 15 insertions(+), 49 deletions(-)

diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 1d3c08b..af16b57 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -268,7 +268,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-broker</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -279,7 +279,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-client</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -290,7 +290,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-jdbc-store</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -301,7 +301,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-kahadb-store</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -312,7 +312,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-openwire-legacy</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -323,7 +323,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-ra</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 251c0f5..65b8496 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -279,7 +279,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-broker</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -290,7 +290,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-client</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -301,7 +301,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-jdbc-store</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -312,7 +312,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-kahadb-store</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -323,7 +323,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-openwire-legacy</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -334,7 +334,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-ra</artifactId>
-      <version>5.16.1</version>
+      <version>5.16.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 08da8d3..904130e 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -46,39 +46,6 @@
       <version>8.0.9-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-annotations</artifactId>
-      <version>2.12.1</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>*</artifactId>
-          <groupId>*</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-core</artifactId>
-      <version>2.12.1</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>*</artifactId>
-          <groupId>*</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-databind</artifactId>
-      <version>2.12.1</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>*</artifactId>
-          <groupId>*</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
       <groupId>com.fasterxml.woodstox</groupId>
       <artifactId>woodstox-core</artifactId>
       <version>6.2.4</version>
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index f01ba29..f83924e 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -517,14 +517,17 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-ra</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-broker</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-jdbc-store</artifactId>
+      <optional>true</optional>
       <exclusions>
         <exclusion>
           <artifactId>activemq-broker</artifactId>
@@ -545,10 +548,6 @@
       <artifactId>howl</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-databind</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-activation_1.1_spec</artifactId>
       <version>${geronimo-activation_1.1_spec.version}</version>