remove duplicate test config

This commit is contained in:
Robert Muir 2015-05-21 16:48:58 -04:00
parent bcd2121f7e
commit 078ec7624a
1 changed files with 0 additions and 27 deletions

27
pom.xml
View File

@ -48,29 +48,12 @@ governing permissions and limitations under the License. -->
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<scope>provided</scope>
</dependency>
<!-- Azure API --> <!-- Azure API -->
<dependency> <dependency>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId> <artifactId>azure-storage</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-compute</artifactId> <artifactId>azure-management-compute</artifactId>
@ -81,16 +64,6 @@ governing permissions and limitations under the License. -->
<artifactId>azure-management</artifactId> <artifactId>azure-management</artifactId>
<version>0.7.0</version> <version>0.7.0</version>
</dependency> </dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<type>test-jar</type>
</dependency>
</dependencies> </dependencies>
<build> <build>