Skip to content

Commit

Permalink
removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatsb committed Sep 27, 2012
1 parent 747ede8 commit d4ac13a
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>io.searchbox</groupId>
Expand Down Expand Up @@ -44,13 +45,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmock.version>2.5.1</jmock.version>
<junit.version>4.10</junit.version>
<spring.version>3.1.1.RELEASE</spring.version>
<gson.version>2.2.1</gson.version>
<elasticsearch.version>0.19.8</elasticsearch.version>
<log4j.version>1.2.16</log4j.version>
<cglib.version>2.2.2</cglib.version>
<httpComponent.version>4.2</httpComponent.version>
<httpClient.version>4.2-beta1</httpClient.version>
<httpAsyncClient.version>4.0-beta1</httpAsyncClient.version>
Expand Down Expand Up @@ -119,11 +117,11 @@
<version>${httpAsyncClient.version}</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0.1</version>
</dependency>

<!-- Testing Dependencies -->
<dependency>
Expand All @@ -137,6 +135,24 @@
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<exclusions>
<exclusion>
<artifactId>org.apache.lucene</artifactId>
<groupId>lucene-core</groupId>
</exclusion>
<exclusion>
<artifactId>org.apache.lucene</artifactId>
<groupId>lucene-analysers</groupId>
</exclusion>
<exclusion>
<artifactId>org.apache.lucene</artifactId>
<groupId>lucene-highlighter</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-memory</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -242,11 +258,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit d4ac13a

Please sign in to comment.