Skip to content

Commit

Permalink
Upgrade Lucene to latest - 9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Aug 21, 2023
1 parent 49a8ef8 commit 642f0c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http:https://maven.apache.org/POM/4.0.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<name>Snowstorm MICRO</name>
<name>Snowstorm Micro</name>
<description>SNOMED CT FHIR Terminology Server, with a small memory footprint</description>

<artifactId>snowstorm-micro</artifactId>
Expand All @@ -15,7 +15,7 @@

<properties>
<packageName>${project.artifactId}</packageName>
<lucene.version>7.7.2</lucene.version>
<lucene.version>9.7.0</lucene.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -91,11 +91,11 @@
<artifactId>lucene-queries</artifactId>
<version>${lucene.version}</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${lucene.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.lucene</groupId>-->
<!-- <artifactId>lucene-analyzers-common</artifactId>-->
<!-- <version>${lucene.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
Expand Down

0 comments on commit 642f0c3

Please sign in to comment.