
<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.lsst</groupId>
        <artifactId>org-lsst-ccs-base</artifactId>
        <version>6.2.14</version>
        <relativePath>../base/</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org-lsst-ccs-messaging</artifactId>
    <packaging>pom</packaging>
    <name>LSST CCS - Messaging (pom)</name>
    <version>6.2.14</version>

    <properties>
        <org.lsst.ccs.site.dir>site-root/toolkit/org-lsst-ccs-toolkit/${project.version}/</org.lsst.ccs.site.dir>                
        <org.lsst.ccs.project.type>CCS-messaging-layer</org.lsst.ccs.project.type>
    </properties>

    <modules>
        <module>layer</module>
        <module>jgroups</module>
        <module>mock</module>
        <module>jms</module>
    </modules>
    <dependencies>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-utilities</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-buses-definition</artifactId>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

