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 13:20:48 UTC

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

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>