Skip to content

Commit

Permalink
OAK-6306: upgrade uses lucene wrong version (transient dependency)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1797765 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
trekawek committed Jun 6, 2017
1 parent 3e10e41 commit 059860b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oak-upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
<version>${jackrabbit.version}</version>
</dependency>

<!-- it has to match the version used in jackrabbit-core -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>3.6.0</version>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit 059860b

Please sign in to comment.