Skip to content

Commit 6dfd8be

Browse files
michaeljmarshalldriftx
authored andcommitted
CNDB-13718: Switch to official Apache Lucene 9.8.0 dep (#1694)
Fixes: riptano/cndb#13718 We had adopted this version of lucene datastax/lucene@5ea8bb4 in order to support our custom modifications of HNSW on top of lucene. We now use https://github.com/datastax/jvector for vector search and no longer need a custom build. I propose we use 9.8.0 since that is the closest release to the one we have been using. CNDB test pr: riptano/cndb#13757
1 parent d72d0f2 commit 6dfd8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.build/parent-pom-template.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,17 +1233,17 @@
12331233
<dependency>
12341234
<groupId>org.apache.lucene</groupId>
12351235
<artifactId>lucene-core</artifactId>
1236-
<version>9.8.0-5ea8bb4f21</version>
1236+
<version>9.8.0</version>
12371237
</dependency>
12381238
<dependency>
12391239
<groupId>org.apache.lucene</groupId>
12401240
<artifactId>lucene-analysis-common</artifactId>
1241-
<version>9.8.0-5ea8bb4f21</version>
1241+
<version>9.8.0</version>
12421242
</dependency>
12431243
<dependency>
12441244
<groupId>org.apache.lucene</groupId>
12451245
<artifactId>lucene-backward-codecs</artifactId>
1246-
<version>9.8.0-5ea8bb4f21</version>
1246+
<version>9.8.0</version>
12471247
</dependency>
12481248
<dependency>
12491249
<groupId>io.github.jbellis</groupId>

0 commit comments

Comments
 (0)