Skip to content

Commit

Permalink
exclude opensaml to mvn
Browse files Browse the repository at this point in the history
  • Loading branch information
decker committed Jul 29, 2009
1 parent ef16dc1 commit 0e0cad8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clc/modules/wsstack/pom.xml
Expand Up @@ -57,6 +57,12 @@
<groupId>org.apache.ws.security</groupId> <groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId> <artifactId>wss4j</artifactId>
<version>1.5.7</version> <version>1.5.7</version>
<exclusions>
<exclusion>
<groupId>opensaml</groupId>
<artifactId>opensaml</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mule</groupId> <groupId>org.mule</groupId>
Expand Down

0 comments on commit 0e0cad8

Please sign in to comment.