Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 64fda642a134b2951ca2185b32d48c71 > files > 1

async-http-client-1.6.1-1.fc15.src.rpm

From c3bf4ea88ef38c1875c0558975a628e9af52fbcb Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Fri, 25 Feb 2011 14:36:38 +0100
Subject: [PATCH] Remove test dependencies

some of these are missing in fedora repos for now
---
 pom.xml |   63 ---------------------------------------------------------------
 1 files changed, 0 insertions(+), 63 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50377b9..31c050a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,69 +75,6 @@
             <version>1.6.1</version>
         </dependency>
         
-        <!-- Test dependencies -->
-         <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <version>0.9.26</version>
-            <scope>test</scope>
-        </dependency>       
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.13</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>5.8</version>
-            <scope>test</scope>
-            <classifier>jdk15</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-server</artifactId>
-            <version>7.1.4.v20100610</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-servlet</artifactId>
-            <version>7.1.4.v20100610</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-servlets</artifactId>
-            <version>7.1.4.v20100610</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-security</artifactId>
-            <version>7.1.4.v20100610</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>coyote</artifactId>
-            <version>6.0.29</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>catalina</artifactId>
-            <version>6.0.29</version>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <artifactId>servlet-api</artifactId>
-                    <groupId>org.apache.tomcat</groupId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
         <!-- Optional Apache Http Client -->
         <dependency>
             <groupId>commons-httpclient</groupId>
-- 
1.7.4