46 lines
1.4 KiB
Diff
46 lines
1.4 KiB
Diff
From d03b97292c144260f824c4918174b153b632aa02 Mon Sep 17 00:00:00 2001
|
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
|
Date: Fri, 25 Feb 2011 14:52:23 +0100
|
|
Subject: [PATCH 1/3] Remove sonatype test dependencies
|
|
|
|
---
|
|
aether-connector-asynchttpclient/pom.xml | 23 -----------------------
|
|
1 files changed, 0 insertions(+), 23 deletions(-)
|
|
|
|
diff --git a/aether-connector-asynchttpclient/pom.xml b/aether-connector-asynchttpclient/pom.xml
|
|
index f9ee05d..2dd2849 100644
|
|
--- a/aether-connector-asynchttpclient/pom.xml
|
|
+++ b/aether-connector-asynchttpclient/pom.xml
|
|
@@ -52,29 +52,6 @@
|
|
<artifactId>aether-test-util</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
- <dependency>
|
|
- <groupId>org.sonatype.sisu</groupId>
|
|
- <artifactId>sisu-inject-plexus</artifactId>
|
|
- <scope>test</scope>
|
|
- </dependency>
|
|
- <dependency>
|
|
- <groupId>org.mortbay.jetty</groupId>
|
|
- <artifactId>jetty</artifactId>
|
|
- <version>6.1.25</version>
|
|
- <scope>test</scope>
|
|
- </dependency>
|
|
- <dependency>
|
|
- <groupId>org.sonatype.http-testing-harness</groupId>
|
|
- <artifactId>junit-runner</artifactId>
|
|
- <version>0.4.1</version>
|
|
- <scope>test</scope>
|
|
- </dependency>
|
|
- <dependency>
|
|
- <groupId>org.sonatype.http-testing-harness</groupId>
|
|
- <artifactId>server-provider</artifactId>
|
|
- <version>0.4.1</version>
|
|
- <scope>test</scope>
|
|
- </dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
--
|
|
1.7.7.6
|
|
|