<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">

    <modelVersion>4.0.0</modelVersion>
    <parent>
        <relativePath>../</relativePath>
        <groupId>org.lsst</groupId>
        <artifactId>org-lsst-ccs-messaging</artifactId>
        <version>6.2.14</version>
    </parent>

    <artifactId>org-lsst-ccs-messaging-jgroups</artifactId>
    <packaging>jar</packaging>
    <name>LSST CCS - JGroups messaging system</name>

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


    <dependencies>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-messaging-layer</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jgroups</groupId>
            <artifactId>jgroups</artifactId>
            <version>5.313.1</version>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.lsst</groupId>
                <artifactId>org-lsst-ccs-maven-plugin-distribution</artifactId>
            </plugin>
        </plugins>
    </build>            

</project>
