You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2022/01/20 17:28:41 UTC

[openwebbeans-meecrowave] branch master updated: MEECROWAVE-309 MEECROWAVE-310 MEECROWAVE-311 johnzon 1.2.15, tomcat 9.0.58, log4j 2.17.1

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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e3d728  MEECROWAVE-309 MEECROWAVE-310 MEECROWAVE-311 johnzon 1.2.15, tomcat 9.0.58, log4j 2.17.1
9e3d728 is described below

commit 9e3d72853e87d2df4113013d5616adc94e14da6c
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Thu Jan 20 18:28:37 2022 +0100

    MEECROWAVE-309 MEECROWAVE-310 MEECROWAVE-311 johnzon 1.2.15, tomcat 9.0.58, log4j 2.17.1
---
 pom.xml | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8719f75..c98b413 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,11 +51,11 @@
     <meecrowave.build.name>${project.groupId}.${project.artifactId}</meecrowave.build.name>
 
     <junit.version>4.13.2</junit.version>
-    <tomcat.version>9.0.56</tomcat.version>
+    <tomcat.version>9.0.58</tomcat.version>
     <openwebbeans.version>2.0.25</openwebbeans.version>
     <cxf.version>3.5.0</cxf.version>
-    <johnzon.version>1.2.14</johnzon.version>
-    <log4j2.version>2.17.0</log4j2.version>
+    <johnzon.version>1.2.15</johnzon.version>
+    <log4j2.version>2.17.1</log4j2.version>
     <deltaspike.version>1.9.5</deltaspike.version>
     <jaxb.version>2.2.11</jaxb.version>
     <openjpa.version>3.2.0</openjpa.version>
@@ -238,17 +238,5 @@
       </dependencyManagement>
     </profile>
   </profiles>
-
-  <repositories>
-    <repository>
-      <id>stag</id>
-      <url>https://repository.apache.org/content/repositories/orgapachecxf-1170/</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>stag</id>
-      <url>https://repository.apache.org/content/repositories/orgapachecxf-1170/</url>
-    </pluginRepository>
-  </pluginRepositories>
 </project>
+