Skip to content

Commit

Permalink
changed maven dependencies for lucene module
Browse files Browse the repository at this point in the history
Issue #554
  • Loading branch information
rsoika committed Aug 25, 2019
1 parent ae91cfc commit b908aad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions imixs-workflow-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<artifactId>imixs-workflow-lucene</artifactId>
<name>Apache Lucene Search Index</name>



<dependencies>

<!-- Imixs Workflow core dependencies -->
Expand All @@ -31,19 +29,16 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit b908aad

Please sign in to comment.