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

[cassandra] branch trunk updated: Restore sasi dependencies jflex, snowball-stemmer, and concurrent-trees, in the cassandra-all pom

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 401e933  Restore sasi dependencies jflex, snowball-stemmer, and concurrent-trees, in the cassandra-all pom
401e933 is described below

commit 401e933b7395892bf0356f88308f64b94be84601
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed Dec 30 18:50:14 2020 +0100

    Restore sasi dependencies jflex, snowball-stemmer, and concurrent-trees, in the cassandra-all pom
    
     patch by Mick Semb Wever; reviewed by Adrian Cole for CASSANDRA-16303
---
 CHANGES.txt | 1 +
 build.xml   | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index e1d1d8c..b593a1b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.0-beta5
+ * Restore sasi dependencies jflex, snowball-stemmer, and concurrent-trees, in the cassandra-all pom (CASSANDRA-16303)
  * Fix DecimalDeserializer#toString OOM (CASSANDRA-14925)
 
 4.0-beta4
diff --git a/build.xml b/build.xml
index 4537f20..8e79a6f 100644
--- a/build.xml
+++ b/build.xml
@@ -890,6 +890,11 @@
         <dependency groupId="org.gridkit.lab" artifactId="jvm-attach-api" />
         <dependency groupId="com.beust" artifactId="jcommander" />
         <dependency groupId="org.gridkit.jvmtool" artifactId="sjk-json"/>
+
+        <!-- sasi deps -->
+        <dependency groupId="de.jflex" artifactId="jflex" />
+        <dependency groupId="com.github.rholder" artifactId="snowball-stemmer" />
+        <dependency groupId="com.googlecode.concurrent-trees" artifactId="concurrent-trees" />
       </artifact:pom>
     </target>
 


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