[saml-dev] [67] branches/mule-module-saml-2.2.3/pom.xml: Don't drag in xalan as a transitive dependency

View: New views
1 Messages — Rating Filter:   Alert me  

[saml-dev] [67] branches/mule-module-saml-2.2.3/pom.xml: Don't drag in xalan as a transitive dependency

by tcarlson-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
[67] branches/mule-module-saml-2.2.3/pom.xml: Don't drag in xalan as a transitive dependency
Revision
67
Author
tcarlson
Date
2009-11-02 19:42:21 -0600 (Mon, 02 Nov 2009)

Log Message

Don't drag in xalan as a transitive dependency

Modified Paths

Diff

Modified: branches/mule-module-saml-2.2.3/pom.xml (66 => 67)

--- branches/mule-module-saml-2.2.3/pom.xml	2009-10-31 01:59:59 UTC (rev 66)
+++ branches/mule-module-saml-2.2.3/pom.xml	2009-11-03 01:42:21 UTC (rev 67)
@@ -6,6 +6,7 @@
     </parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>mule-module-saml</artifactId>
+	<name>SAML Support</name>
 	<description>This module provides security configuration within mule based on SAML (www.opensaml.org). Besides a security provider for SAML, various authentication handlers for exiting transports are provided </description>
 	<packaging>jar</packaging>
 	<url>http://www.muleforge.org/projects/${shortId}</url>
@@ -266,6 +267,12 @@
 			<groupId>org.apache.ws.security</groupId>
 			<artifactId>wss4j</artifactId>
 			<version>${wss4jVersion}</version>
+			<exclusions>
+				<exclusion>
+					<groupId>xalan</groupId>
+            		<artifactId>xalan</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		
 		<dependency>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MuleForge Dev" group.
To post to this group, send email to muleforgedev@...
To unsubscribe from this group, send email to muleforgedev+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/muleforgedev?hl=en
-~----------~----~----~----~------~----~------~--~---
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://admin.muleforge.org/manage_email