You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/01/13 13:22:00 UTC

[camel-quarkus] branch 2.2.x updated (9371f7e -> ed28117)

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

ppalaga pushed a change to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 9371f7e  Ban log4j 1.x #3451
     new 126c8c3  Make local maven settings applied to surefire plugin so that Quarkus could build the application model accordingly
     new ed28117  Remove BOM reference to non existent camel-quarkus-xstream-common-deployment dependency

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:
 pom.xml          | 6 ++++--
 poms/bom/pom.xml | 5 -----
 2 files changed, 4 insertions(+), 7 deletions(-)

[camel-quarkus] 01/02: Make local maven settings applied to surefire plugin so that Quarkus could build the application model accordingly

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

ppalaga pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 126c8c36a800a283873e5af5eb008e05a2daddd2
Author: aldettinger <al...@gmail.com>
AuthorDate: Wed Jan 5 10:49:43 2022 +0100

    Make local maven settings applied to surefire plugin so that Quarkus could build the application model accordingly
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4c74fcf..44071c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,9 +359,11 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                            <maven.home>${maven.home}</maven.home>
+                            <maven.settings>${session.request.userSettingsFile.path}</maven.settings>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 

[camel-quarkus] 02/02: Remove BOM reference to non existent camel-quarkus-xstream-common-deployment dependency

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

ppalaga pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ed281177cac62675b297b5d3e822cf13a9907323
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Nov 10 13:32:31 2021 +0000

    Remove BOM reference to non existent camel-quarkus-xstream-common-deployment dependency
---
 poms/bom/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 5129074..58e1a6c 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5648,11 +5648,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-xstream-common-deployment</artifactId>
-                <version>${camel-quarkus.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
                 <artifactId>camel-quarkus-xstream-deployment</artifactId>
                 <version>${camel-quarkus.version}</version>
             </dependency>