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:08 UTC

[camel] branch master updated (f6dd4bd -> d7087ef)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from f6dd4bd  Camel-Cassandraql: Use the same profiles as the other testcontainers tests
     new 1312bd3  Removed cassandra-unit property placeholder
     new d7087ef  Removed the cassandraql component surefire configuration. Tests must run

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-cassandraql/pom.xml | 13 -------------
 parent/pom.xml                       | 12 ------------
 2 files changed, 25 deletions(-)


[camel] 01/02: Removed cassandra-unit property placeholder

Posted by ac...@apache.org.
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 1312bd3b8d1924fd25d101e376346c009057077a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 29 14:26:33 2020 +0200

    Removed cassandra-unit property placeholder
---
 parent/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e4be695..55690f3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,6 @@
         <cassandra-driver-version>4.8.0</cassandra-driver-version>
         <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
         <cassandra-version>3.11.5</cassandra-version>
-        <cassandra-unit-version>4.3.1.0</cassandra-unit-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
         <jta-api-1.2-version>1.2</jta-api-1.2-version>
         <cglib-version>3.2.12</cglib-version>
@@ -2650,17 +2649,6 @@
                 <artifactId>java-driver-query-builder</artifactId>
                 <version>${cassandra-driver-version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.cassandraunit</groupId>
-                <artifactId>cassandra-unit</artifactId>
-                <version>${cassandra-unit-version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.apache.cassandra</groupId>
-                        <artifactId>cassandra-all</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
 
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>


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

Posted by ac...@apache.org.
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>