You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/28 12:39:33 UTC

[camel] branch main updated (c76e3f1811b -> 8a52fd668b9)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from c76e3f1811b CAMEL-19090: Remove deprecated apis in core
     new 8f0b6ab5907 CAMEL-19062 - Clean up Parent POM - Junit Pioneer
     new 8a52fd668b9 CAMEL-19062 - Clean up Parent POM - Junit Pioneer

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:
 core/camel-management/pom.xml | 1 +
 parent/pom.xml                | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Junit Pioneer

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8a52fd668b9073901e0124e26a054ea272f69e4b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 28 13:12:39 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Junit Pioneer
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 core/camel-management/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml
index 7f873ab7190..784eff7b9e3 100644
--- a/core/camel-management/pom.xml
+++ b/core/camel-management/pom.xml
@@ -73,6 +73,7 @@
         <dependency>
             <groupId>org.junit-pioneer</groupId>
             <artifactId>junit-pioneer</artifactId>
+            <version>${junit-pioneer-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Junit Pioneer

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8f0b6ab590795f0e2744786998d75a640c04ac7e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 28 13:12:00 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Junit Pioneer
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8508b792143..54c52b8248a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2772,11 +2772,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>org.junit-pioneer</groupId>
-                <artifactId>junit-pioneer</artifactId>
-                <version>${junit-pioneer-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>