Advertisement
Guest User

PicketLink-Seam-1.0.4-POM

a guest
Aug 2nd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.11 KB | None | 0 0
  1. <dependency>
  2.     <groupId>org.picketlink</groupId>
  3.     <artifactId>picketlink-seam</artifactId>
  4.     <version>1.0.4.final</version>
  5.     <exclusions>
  6.         <exclusion>
  7.             <groupId>sun-jaxb</groupId>
  8.             <artifactId>jaxb-api</artifactId>
  9.         </exclusion>
  10.         <exclusion>
  11.             <groupId>sun-jaxb</groupId>
  12.             <artifactId>jaxb-impl</artifactId>
  13.         </exclusion>
  14.         <exclusion>
  15.             <groupId>stax</groupId>
  16.             <artifactId>stax-api</artifactId>
  17.         </exclusion>
  18.         <exclusion>
  19.             <groupId>apache-log4j</groupId>
  20.             <artifactId>log4j</artifactId>
  21.         </exclusion>
  22.         <exclusion>
  23.             <groupId>javax.persistence</groupId>
  24.             <artifactId>persistence-api</artifactId>
  25.         </exclusion>
  26.         <exclusion>
  27.             <groupId>org.jboss.security</groupId>
  28.             <artifactId>jbosssx</artifactId>
  29.         </exclusion>
  30.         <exclusion>
  31.             <groupId>org.jboss.security</groupId>
  32.             <artifactId>jbossxacml</artifactId>
  33.         </exclusion>
  34.     </exclusions>
  35. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement