You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/12/28 14:13:13 UTC

[logging-log4j2] branch release-2.x updated: Parameterize Cassandra version in order to debug test failures.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new a7d20e7  Parameterize Cassandra version in order to debug test failures.
a7d20e7 is described below

commit a7d20e78f51e22c960610b1b3c98c182681270cd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 28 09:13:08 2021 -0500

    Parameterize Cassandra version in order to debug test failures.
---
 log4j-cassandra/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml
index 46c191b..cdd2ad6 100644
--- a/log4j-cassandra/pom.xml
+++ b/log4j-cassandra/pom.xml
@@ -35,6 +35,7 @@
     <projectDir>/log4j-cassandra</projectDir>
     <module.name>org.apache.logging.log4j.cassandra</module.name>
     <maven.doap.skip>true</maven.doap.skip>
+    <cassandra-all.version>2.2.8</cassandra-all.version>
   </properties>
 
   <dependencies>
@@ -74,7 +75,7 @@
     <dependency>
       <groupId>org.apache.cassandra</groupId>
       <artifactId>cassandra-all</artifactId>
-      <version>2.2.8</version>
+      <version>${cassandra-all.version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>