You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/07/22 14:57:55 UTC

[cxf] branch master updated (f6d7593 -> 9eb56bd)

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

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


    from f6d7593  CXF-8301: Upgrade to Spring Boot 2.3.1
     new 731d4b2  Remove unneeded dependency
     new 9eb56bd  Updte to latest dropwizrd, jaeger, and rxjava3 releases

The 2 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:
 parent/pom.xml | 6 +++---
 pom.xml        | 7 -------
 2 files changed, 3 insertions(+), 10 deletions(-)


[cxf] 01/02: Remove unneeded dependency

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

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

commit 731d4b2cbbc6335a43b98761d971a63f48fc201d
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Jul 22 09:34:09 2020 -0400

    Remove unneeded dependency
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c77be6d..4b6e846 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,13 +603,6 @@
                         <stagingRepositoryId>apache.cxf.site</stagingRepositoryId>
                         <stagingSiteURL>scp://people.apache.org/www/cxf.apache.org/maven-site-${project.version}</stagingSiteURL>
                     </configuration>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.maven.wagon</groupId>
-                            <artifactId>wagon-ssh</artifactId>
-                            <version>2.1</version>
-                        </dependency>
-                    </dependencies>
                 </plugin>
                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                 <plugin>


[cxf] 02/02: Updte to latest dropwizrd, jaeger, and rxjava3 releases

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

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

commit 9eb56bd308f49c761075777173e40714bf20d869
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Jul 22 10:57:00 2020 -0400

    Updte to latest dropwizrd, jaeger, and rxjava3 releases
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9c3b378..0099bcf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -103,7 +103,7 @@
         <cxf.derby.version>10.14.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.3</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
-        <cxf.dropwizard4.version>4.1.2</cxf.dropwizard4.version>
+        <cxf.dropwizard4.version>4.1.11</cxf.dropwizard4.version>
         <cxf.ehcache3.version>3.8.1</cxf.ehcache3.version>
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>
@@ -130,7 +130,7 @@
         <cxf.jackson.version>2.11.1</cxf.jackson.version>
         <cxf.jackson.databind.version>2.11.1</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
-        <cxf.jaeger.version>1.0.0</cxf.jaeger.version>
+        <cxf.jaeger.version>1.3.1</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>
@@ -182,7 +182,7 @@
         <cxf.rhino.version>1.7R2</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.19</cxf.rxjava2.version>
-        <cxf.rxjava3.version>3.0.2</cxf.rxjava3.version>
+        <cxf.rxjava3.version>3.0.4</cxf.rxjava3.version>
         <cxf.saaj-impl.version>1.5.2</cxf.saaj-impl.version>
         <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>