This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d7087ef67623c90fbf016895ca83b10d68346392 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 29 14:27:52 2020 +0200 Removed the cassandraql component surefire configuration. Tests must run --- components/camel-cassandraql/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/camel-cassandraql/pom.xml b/components/camel-cassandraql/pom.xml index 3baed31..810170c 100644 --- a/components/camel-cassandraql/pom.xml +++ b/components/camel-cassandraql/pom.xml @@ -105,19 +105,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <includes> - <include>**NOBODY*.java</include> - </includes> - </configuration> - </plugin> - </plugins> - </build> - <profiles> <profile> <id>cassandraql-skip-tests</id>
