http://git-wip-us.apache.org/repos/asf/gora/blob/3b2f282d/gora-solr/src/test/java/org/apache/gora/solr/store/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-solr/src/test/java/org/apache/gora/solr/store/package-info.java 
b/gora-solr/src/test/java/org/apache/gora/solr/store/package-info.java
new file mode 100644
index 0000000..2b49c8b
--- /dev/null
+++ b/gora-solr/src/test/java/org/apache/gora/solr/store/package-info.java
@@ -0,0 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/**
+ * This package contains all the unit tests for basic CRUD operations
+ * functionality of the Solr dataStore.
+ */
+package org.apache.gora.solr.store;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/3b2f282d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 69178b9..3e6298a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -729,8 +729,7 @@
     <!--module>gora-sql</module -->
     <module>gora-maven-plugin</module>
     <module>gora-mongodb</module>
-    <!--module>gora-solr</module-->
-    <module>gora-solr-5</module>
+    <module>gora-solr</module>
     <module>gora-tutorial</module>
     <module>sources-dist</module>
   </modules>
@@ -753,10 +752,8 @@
     <cassandra.version>2.0.2</cassandra.version>
     <hector.version>1.1-4</hector.version>
     <!-- Solr Dependencies -->
-    <lucene-solr.version>4.10.3</lucene-solr.version>
-    <solr-solrj.version>4.10.3</solr-solrj.version>
-    <lucene-solr-5.version>6.5.1</lucene-solr-5.version>
-    <solr-solrj-5.version>6.5.1</solr-solrj-5.version>
+    <lucene-solr.version>6.5.1</lucene-solr.version>
+    <solr-solrj.version>6.5.1</solr-solrj.version>
     <jetty.version>9.3.14.v20161028</jetty.version>
     <tika.version>1.12</tika.version>
     <httpcomponents.version>4.4.1</httpcomponents.version>

Reply via email to