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

mattmann pushed a commit to branch release-1.2.3
in repository https://gitbox.apache.org/repos/asf/oodt.git

commit 6f4b1ce78b723dd1d7f63f85a644bc652be824d6
Author: Chris Mattmann <chris.a.mattm...@jpl.nasa.gov>
AuthorDate: Sat Aug 4 19:24:12 2018 -0700

    Add lucene-backward-codecs.jar to dependency management - inst cleaner 
tests failed w/o it.
---
 core/pom.xml     | 7 +++++--
 workflow/pom.xml | 4 ++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 168e05a..092ef50 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -294,13 +294,16 @@ the License.
         <artifactId>lucene-queryparser</artifactId>
         <version>6.6.5</version>
       </dependency>
-
       <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-analyzers-common</artifactId>
         <version>6.6.5</version>
       </dependency>
-
+      <dependency>
+         <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-backward-codecs</artifactId>
+        <version>6.6.5</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.oodt</groupId>
         <artifactId>cas-cli</artifactId>
diff --git a/workflow/pom.xml b/workflow/pom.xml
index 729fce0..299e98d 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -122,6 +122,10 @@ the License.
       <artifactId>lucene-analyzers-common</artifactId>
     </dependency>
     <dependency>
+       <groupId>org.apache.lucene</groupId>
+       <artifactId>lucene-backward-codecs</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.oodt</groupId>
       <artifactId>cas-cli</artifactId>
     </dependency>

Reply via email to