Author: ate
Date: Sat May 16 19:44:03 2009
New Revision: 775519

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

Modified:
    portals/applications/webcontent/trunk/webcontent-jar/pom.xml

Modified: portals/applications/webcontent/trunk/webcontent-jar/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-jar/pom.xml?rev=775519&r1=775518&r2=775519&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-jar/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-jar/pom.xml Sat May 16 
19:44:03 2009
@@ -106,6 +106,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