Skip to content

Commit

Permalink
disable solr module to stabalize builds
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/gora/trunk@1506751 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Lewis John McGibbney committed Jul 24, 2013
1 parent d10ac0c commit 197f134
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions gora-tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,18 @@
<artifactId>gora-cassandra</artifactId>
</dependency>

<dependency>
<!--dependency>
<groupId>org.apache.gora</groupId>
<artifactId>gora-sql</artifactId>
</dependency>
<dependency>
<groupId>org.apache.gora</groupId>
<artifactId>gora-solr</artifactId>
</dependency>
</dependency-->

<!-- Hadoop Dependencies -->
<dependency>
<!-- Hadoop Dependencies -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
</dependency>
Expand Down Expand Up @@ -160,15 +160,15 @@
</exclusions>
</dependency>

<dependency>
<!--dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependency-->
</dependencies>

</project>
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
<module>gora-hbase</module>
<module>gora-accumulo</module>
<module>gora-cassandra</module>
<module>gora-solr</module>
<!-- module>gora-solr</module-->
<module>gora-dynamodb</module>
<!--module>gora-sql</module-->
<module>gora-tutorial</module>
Expand Down Expand Up @@ -611,7 +611,7 @@
<restlet.version>2.1.1</restlet.version>

<!-- Misc Dependencies -->
<guava.version>14.0.1</guava.version>
<guava.version>10.0.1</guava.version>
<commons-lang.version>2.6</commons-lang.version>
<jdom.version>1.1.2</jdom.version>
<hsqldb.version>2.2.8</hsqldb.version>
Expand Down Expand Up @@ -667,7 +667,7 @@
<type>test-jar</type>
</dependency>

<dependency>
<!--dependency>
<groupId>org.apache.gora</groupId>
<artifactId>gora-solr</artifactId>
<version>${project.version}</version>
Expand All @@ -677,7 +677,7 @@
<artifactId>gora-solr</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
</dependency>
</dependency-->

<dependency>
<groupId>org.apache.gora</groupId>
Expand Down Expand Up @@ -842,7 +842,7 @@
</dependency>

<!-- Solr Dependencies -->
<dependency>
<!--dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<version>${lucene-solr.version}</version>
Expand Down Expand Up @@ -1131,7 +1131,7 @@
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.0.10</version>
</dependency>
</dependency-->

<!-- Amazon Dependencies -->
<dependency>
Expand Down Expand Up @@ -1169,7 +1169,7 @@
</exclusions>
</dependency>

<dependency>
<!--dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
Expand All @@ -1179,7 +1179,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
</dependency>
</dependency-->

<dependency>
<groupId>xerces</groupId>
Expand Down

0 comments on commit 197f134

Please sign in to comment.