papi-cas
changeset 5:fbe2111af5ce
Change: excluding some libraries due to problems in the main repository
| author | kan |
|---|---|
| date | Thu Mar 11 10:47:52 2010 +0100 (2010-03-11) |
| parents | f1a0f917374f |
| children | d06240a15a02 |
| files | pom.xml |
line diff
1.1 --- a/pom.xml Sat Mar 06 17:49:32 2010 +0100 1.2 +++ b/pom.xml Thu Mar 11 10:47:52 2010 +0100 1.3 @@ -43,6 +43,24 @@ 1.4 <artifactId>papi-core</artifactId> 1.5 <version>1.0</version> 1.6 </dependency> 1.7 + <exclusions> 1.8 + <exclusion> 1.9 + <groupId>javax.mail</groupId> 1.10 + <artifactId>mail</artifactId> 1.11 + </exclusion> 1.12 + <exclusion> 1.13 + <groupId>javax.jms</groupId> 1.14 + <artifactId>jms</artifactId> 1.15 + </exclusion> 1.16 + <exclusion> 1.17 + <groupId>com.sun.jdmk</groupId> 1.18 + <artifactId>jmxtools</artifactId> 1.19 + </exclusion> 1.20 + <exclusion> 1.21 + <groupId>com.sun.jmx</groupId> 1.22 + <artifactId>jmxri</artifactId> 1.23 + </exclusion> 1.24 + </exclusions> 1.25 </dependencies> 1.26 1.27 <build>
