You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/06/24 13:44:48 UTC

[cxf] branch 3.6.x-fixes updated: Fixing post-merge issue with missing dependency versions

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 51a65beda3 Fixing post-merge issue with missing dependency versions
51a65beda3 is described below

commit 51a65beda38602ff008c032aa406208df8648422
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Jun 24 09:44:32 2022 -0400

    Fixing post-merge issue with missing dependency versions
---
 distribution/src/main/release/samples/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index dbddc01f58..0593ccf935 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -31,6 +31,8 @@
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.7.1</spring.boot.version>
+        <spring.cloud.eureka.version>3.1.1</spring.cloud.eureka.version>
+        <cxf.jetty9.version>9.4.48.v20220622</cxf.jetty9.version>
         <cxf.netty.version>4.1.78.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.11.1</cxf.swagger.ui.version>