Repository: gora
Updated Branches:
  refs/heads/master 52d583aff -> e7b4c3d16


Remove duplicated gora-solr declaration and add to .gitignore


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/e7b4c3d1
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/e7b4c3d1
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/e7b4c3d1

Branch: refs/heads/master
Commit: e7b4c3d162331f97ac2ef59ed939d5ed81103cd8
Parents: 52d583a
Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Authored: Thu Aug 31 15:04:58 2017 -0700
Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Committed: Thu Aug 31 15:04:58 2017 -0700

----------------------------------------------------------------------
 .gitignore |  1 +
 pom.xml    | 26 --------------------------
 2 files changed, 1 insertion(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/e7b4c3d1/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 8a5e41e..2aa54cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ ivy/ivy*.jar
 **/gora-solr/src/test/conf/solr/collection1/data/
 **/gora-solr-5/src/test/conf/solr/collection1/data/
 **/_rest_managed.json
+**/gora-solr/src/test/conf/solr-managed-schema/collection1/data/

http://git-wip-us.apache.org/repos/asf/gora/blob/e7b4c3d1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3944882..6117125 100644
--- a/pom.xml
+++ b/pom.xml
@@ -723,10 +723,8 @@
     <module>gora-hbase</module>
     <module>gora-infinispan</module>
     <module>gora-jcache</module>
-    <!-- module>gora-lucene</module -->
     <module>gora-dynamodb</module>
     <module>gora-couchdb</module>
-    <!--module>gora-sql</module -->
     <module>gora-maven-plugin</module>
     <module>gora-mongodb</module>
     <module>gora-solr</module>
@@ -842,18 +840,6 @@
 
       <dependency>
         <groupId>org.apache.gora</groupId>
-        <artifactId>gora-solr</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.gora</groupId>
-        <artifactId>gora-solr</artifactId>
-        <version>${project.version}</version>
-        <classifier>tests</classifier>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.gora</groupId>
         <artifactId>gora-cassandra</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -866,18 +852,6 @@
 
       <dependency>
         <groupId>org.apache.gora</groupId>
-        <artifactId>gora-sql</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.gora</groupId>
-        <artifactId>gora-sql</artifactId>
-        <version>${project.version}</version>
-        <type>test-jar</type>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.gora</groupId>
         <artifactId>gora-compiler</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to