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 2020/12/20 22:58:18 UTC

[cxf] branch master updated: CXF-8340: GraalVM native image fails to run. Fixed sample projects parent pom.xml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new eef3b35  CXF-8340: GraalVM native image fails to run. Fixed sample projects parent pom.xml
eef3b35 is described below

commit eef3b3514b2ea039d9026ec85d4289382277591f
Author: reta <dr...@gmail.com>
AuthorDate: Sun Dec 20 17:57:54 2020 -0500

    CXF-8340: GraalVM native image fails to run. Fixed sample projects parent pom.xml
---
 .../src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml        | 1 +
 .../src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
index fb2d599..dbc0e75 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
@@ -26,6 +26,7 @@
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
         <version>3.5.0-SNAPSHOT</version>
+        <relativePath>../..</relativePath>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
diff --git a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
index 423bfce..2ea725d 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
@@ -26,6 +26,7 @@
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
         <version>3.5.0-SNAPSHOT</version>
+        <relativePath>../..</relativePath>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>