You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2009/03/03 17:20:27 UTC

svn commit: r749643 - /labs/magma/trunk/foundation-validation/pom.xml

Author: simoneg
Date: Tue Mar  3 16:20:27 2009
New Revision: 749643

URL: http://svn.apache.org/viewvc?rev=749643&view=rev
Log:
LABS-308 : remove transitive dependency on sun tools.jar

Modified:
    labs/magma/trunk/foundation-validation/pom.xml

Modified: labs/magma/trunk/foundation-validation/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/trunk/foundation-validation/pom.xml?rev=749643&r1=749642&r2=749643&view=diff
==============================================================================
--- labs/magma/trunk/foundation-validation/pom.xml (original)
+++ labs/magma/trunk/foundation-validation/pom.xml Tue Mar  3 16:20:27 2009
@@ -47,11 +47,17 @@
 			<artifactId>foundation-basics</artifactId>
 			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
-	  <dependency>
-      <groupId>org.htmlparser</groupId>
-      <artifactId>htmlparser</artifactId>
-      <version>1.6</version>
-    </dependency>
+		<dependency>
+			<groupId>org.htmlparser</groupId>
+			<artifactId>htmlparser</artifactId>
+			<version>1.6</version>
+			<exclusions>
+				<exclusion>
+					<groupId>com.sun</groupId>
+					<artifactId>tools</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org