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 2020/07/29 12:35:10 UTC

[camel] 02/02: Removed the cassandraql component surefire configuration. Tests must run

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 <an...@gmail.com>
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>