<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    
    <parent>
        <groupId>org.alfresco.services</groupId>
        <artifactId>alfresco-services-amp-parent</artifactId>
        <version>1.2.4-alf42</version>
        <relativePath>../alfresco-services-amp-parent/pom.xml</relativePath>
    </parent>
    
    <artifactId>alfresco-messaging-repo-amp</artifactId>
    <packaging>amp</packaging>
    <name>Alfresco Repository Messaging AMP</name>
    
    <properties>
        <war.file>${war.file.repo}</war.file>
        <war.artifactId>${war.artifactId.repo}</war.artifactId>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.alfresco.services</groupId>
            <version>${project.version}</version> 
            <artifactId>alfresco-messaging-repo</artifactId>
            <exclusions>
            	<exclusion>
            		<artifactId>jaxb-impl</artifactId>
            		<groupId>com.sun.xml.bind</groupId>
            	</exclusion>
            </exclusions>
        </dependency>
    </dependencies>
    
    <build>
        <plugins>
            <plugin>
                <groupId>org.alfresco.maven.plugin</groupId>
                <artifactId>alfresco-maven-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-antrun-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>
