You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by if...@apache.org on 2021/01/15 14:48:35 UTC

[cassandra-harry] branch trunk updated (41324f5 -> 42b4fd0)

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

ifesdjeen pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-harry.git.


    from 41324f5  Removed references to harry-runner from Dockerfile.
     new ca68b85  Removed dangling reference to the harry-runner module.
     new 42b4fd0  Removed dangling reference to the harry-runner module.

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:
 harry-integration-external/pom.xml | 6 ------
 harry-integration/pom.xml          | 6 ------
 2 files changed, 12 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-harry] 01/02: Removed dangling reference to the harry-runner module.

Posted by if...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-harry.git

commit ca68b85ed157021923892df4ef0c210befde19b2
Author: Gianluca Righetto <gi...@menttis.com>
AuthorDate: Sat Jan 9 04:41:42 2021 -0300

    Removed dangling reference to the harry-runner module.
---
 harry-integration-external/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/harry-integration-external/pom.xml b/harry-integration-external/pom.xml
index 7af3301..8c57e0e 100755
--- a/harry-integration-external/pom.xml
+++ b/harry-integration-external/pom.xml
@@ -40,12 +40,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.cassandra</groupId>
-            <artifactId>harry-runner</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-harry] 02/02: Removed dangling reference to the harry-runner module.

Posted by if...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-harry.git

commit 42b4fd0f5c5e747d84631c45f040a0abf80a694f
Author: Gianluca Righetto <gi...@menttis.com>
AuthorDate: Sat Jan 9 04:43:43 2021 -0300

    Removed dangling reference to the harry-runner module.
---
 harry-integration/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/harry-integration/pom.xml b/harry-integration/pom.xml
index c27b55d..4695d38 100755
--- a/harry-integration/pom.xml
+++ b/harry-integration/pom.xml
@@ -41,12 +41,6 @@
 
         <dependency>
             <groupId>org.apache.cassandra</groupId>
-            <artifactId>harry-runner</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.cassandra</groupId>
             <artifactId>cassandra-dtest-shaded</artifactId>
         </dependency>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org