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 cf0bfd44dddcc81fb60d1d5a06d84b6caca38308 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jun 8 06:52:17 2022 +0200 Polished --- components/camel-jq/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/camel-jq/pom.xml b/components/camel-jq/pom.xml index ae012f2bb43..f9421ffb905 100644 --- a/components/camel-jq/pom.xml +++ b/components/camel-jq/pom.xml @@ -35,12 +35,6 @@ <properties> <firstVersion>3.18.0</firstVersion> - <sourcecheckExcludes> - **/MyRoutes*.java - </sourcecheckExcludes> - <sourcecheckExcludesComma> - ${sourcecheckExcludes}, - </sourcecheckExcludesComma> </properties> <dependencies> @@ -52,7 +46,6 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-jackson</artifactId> </dependency> - <dependency> <groupId>net.thisptr</groupId> <artifactId>jackson-jq</artifactId> @@ -72,7 +65,6 @@ <version>${json-unit-version}</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId>