Skip to content

Commit

Permalink
Remove refs to solr
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 6, 2018
1 parent 58874ca commit 3079416
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 143 deletions.
12 changes: 0 additions & 12 deletions server/functional-test/pom.xml
Expand Up @@ -133,10 +133,6 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand All @@ -147,14 +143,6 @@
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down
99 changes: 0 additions & 99 deletions server/pom.xml
Expand Up @@ -55,7 +55,6 @@
<commonmark.spec.version>18.0</commonmark.spec.version>
-->

<solr.version>${lucene.version}</solr.version>
<seam.version>2.3.1.Final</seam.version>
<slf4j.version>1.7.25</slf4j.version>
<gwteventservice.version>1.2.1</gwteventservice.version>
Expand Down Expand Up @@ -1577,104 +1576,6 @@
<version>${lucene.version}</version>
</dependency>

<!-- Solr dependencies -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<version>${solr.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.restlet.jee</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.restlet.jee</groupId>
<artifactId>org.restlet</artifactId>
</exclusion>
<exclusion>
<groupId>org.restlet.jee</groupId>
<artifactId>org.restlet.ext.servlet</artifactId>
</exclusion>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.stax-utils</groupId>
<artifactId>stax-utils</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>*</artifactId>
</exclusion>

<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-lucene-analyzers</artifactId>
</exclusion>
<!-- NB: https://hibernate.atlassian.net/browse/HSEARCH-380 -->
<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-lucene-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
</exclusion>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<exclusion>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>${solr.version}</version>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-analysis-extras</artifactId>
<version>${solr.version}</version>
</dependency>
<dependency>
<groupId>net.customware.gwt.presenter</groupId>
<artifactId>gwt-presenter</artifactId>
Expand Down
13 changes: 0 additions & 13 deletions server/services/pom.xml
Expand Up @@ -111,9 +111,6 @@
<!-- Used for StringUtils lib -->
<!-- Needed by ui rendering at runtime -->
<usedDependency>javax.servlet.jsp:jsp-api</usedDependency>
<!-- Used for different content analyzers based on langugage for search. -->
<usedDependency>org.apache.solr:solr-core</usedDependency>
<usedDependency>org.apache.solr:solr-solrj</usedDependency>
<!-- Used for unit tests via persistence.xml
(org.hibernate.testing.cache.CachingRegionFactory) -->
<usedDependency>org.hibernate:hibernate-testing</usedDependency>
Expand Down Expand Up @@ -862,16 +859,6 @@
</exclusions>
</dependency>

<!-- Solr dependencies -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions server/zanata-model/pom.xml
Expand Up @@ -178,12 +178,6 @@
<artifactId>lucene-core</artifactId>
</dependency>

<!-- Solr -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
</dependency>

<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
Expand Down
13 changes: 0 additions & 13 deletions server/zanata-war/pom.xml
Expand Up @@ -118,9 +118,6 @@
<!-- Used for StringUtils lib -->
<!-- Needed by ui rendering at runtime -->
<usedDependency>javax.servlet.jsp:jsp-api</usedDependency>
<!-- Used for different content analyzers based on langugage for search. -->
<usedDependency>org.apache.solr:solr-core</usedDependency>
<usedDependency>org.apache.solr:solr-solrj</usedDependency>
<!-- Used for unit tests via persistence.xml
(org.hibernate.testing.cache.CachingRegionFactory) -->
<usedDependency>org.hibernate:hibernate-testing</usedDependency>
Expand Down Expand Up @@ -1268,16 +1265,6 @@
</exclusions>
</dependency>

<!-- Solr dependencies -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
Expand Down

0 comments on commit 3079416

Please sign in to comment.