| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-parent</artifactId>
<version>2.2.0.M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jboss-deployers-core-spi</artifactId>
<packaging>jar</packaging>
<name>JBoss Deployers Core SPI</name>
<url>http://www.jboss.com/products/jbossmc</url>
<description>JBoss Deployers Core SPI</description>
<!-- Do not add version information here, use ../pom.xml instead -->
<!-- Global dependencies -->
<dependencies>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
<exclusion>
<groupId>apache-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>apache-slide</groupId>
<artifactId>webdavlib</artifactId>
</exclusion>
<exclusion>
<groupId>apache-xerces</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|