This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8f675ac8566569da5ae65633998873289f3a103a Author: Claus Ibsen <[email protected]> AuthorDate: Mon Apr 11 06:52:00 2022 +0200 Polished --- tests/camel-itest/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index 7d7b97355ac..c218343a926 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -48,6 +48,11 @@ <artifactId>camel-jms</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-jta</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring</artifactId> @@ -394,7 +399,7 @@ <!-- to validate Camel endpoints: mvn camel:validate --> <plugin> <groupId>org.apache.camel</groupId> - <artifactId>camel-maven-plugin</artifactId> + <artifactId>camel-report-maven-plugin</artifactId> <version>${project.version}</version> <configuration> <failOnError>false</failOnError>
