Author: ate
Date: Sat May 16 14:59:02 2009
New Revision: 775481

URL: http://svn.apache.org/viewvc?rev=775481&view=rev
Log:
APA-13: fix unneeded runtime dependency on junit as pulled in by httpclient 
3.0.1

Modified:
    portals/applications/gems/trunk/pom.xml

Modified: portals/applications/gems/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/gems/trunk/pom.xml?rev=775481&r1=775480&r2=775481&view=diff
==============================================================================
--- portals/applications/gems/trunk/pom.xml (original)
+++ portals/applications/gems/trunk/pom.xml Sat May 16 14:59:02 2009
@@ -109,6 +109,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>


Reply via email to