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 <[email protected]> AuthorDate: Tue Feb 28 13:12:39 2023 +0100 CAMEL-19062 - Clean up Parent POM - Junit Pioneer Signed-off-by: Andrea Cosentino <[email protected]> --- 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>
