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

    <name>LSST CCS - IR2 Software GUI</name>
    <artifactId>org-lsst-ccs-ir2-software-gui</artifactId>
    <groupId>org.lsst</groupId>
    <version>43.0.1</version>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
    <url>${org.lsst.ccs.site.url}</url>

    <parent>
        <groupId>org.lsst</groupId>
        <artifactId>org-lsst-ccs-software-versions-gui</artifactId>
        <version>43.0.1</version>        
        <relativePath>../gui/</relativePath>
    </parent>

    <properties>
        <org.lsst.ccs.subsystem.project.name>org-lsst-ccs-ir2-software</org.lsst.ccs.subsystem.project.name>
        <org.lsst.ccs.site.url>https://repo-nexus.lsst.org/nexus/content/sites/${org.lsst.ccs.site.name}/site-root/installations/org-lsst-ccs-ir2-software/${project.version}/${project.artifactId}</org.lsst.ccs.site.url>     
    </properties>    

    <repositories>
        <repository>
            <id>lsst-maven2-public</id>
            <name>LSST Maven 2 central repository</name>
            <url>https://repo-nexus.lsst.org/nexus/content/groups/ccs-maven2-public/</url>
        </repository>
    </repositories>

    <distributionManagement>
        <site>
            <id>lsst-maven2-site</id>
            <name>LSST Maven2 central site repository</name>
            <url>dav:${org.lsst.ccs.site.url}</url>
        </site>
    </distributionManagement>

    <dependencies>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-console</artifactId>
        </dependency>        
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-ui</artifactId>
        </dependency>        
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-commons-gui</artifactId>
        </dependency>        
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-demo-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-apcpdu-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-ccob-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-ccob-thin-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-rafts-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-power-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-teststand-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-utility-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-airwatch-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-doorman-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-motorplatform-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-vacuum-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-focal-plane-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-image-handling-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-refrig-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-fcs-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-daq-gui</artifactId>
        </dependency>        
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-shutter-gui</artifactId>
        </dependency>        
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-cablerotator-gui</artifactId>
        </dependency>        
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-camera-rotator-gui</artifactId>
        </dependency>        
        <dependency>	
            <groupId>org.lsst</groupId>	
            <artifactId>org-lsst-ccs-subsystem-lock-manager-gui</artifactId>	
        </dependency>       
        <dependency>	
            <groupId>org.lsst</groupId>	
            <artifactId>org-lsst-ccs-subsystem-ocsbridge-gui</artifactId>	
        </dependency>       
        <dependency>	
            <groupId>org.lsst</groupId>	
            <artifactId>org-lsst-ccs-subsystem-cluster-monitor-buses</artifactId>	
        </dependency>       
        <dependency>	
            <groupId>org.lsst</groupId>	
            <artifactId>org-lsst-ccs-subsystem-mmm-buses</artifactId>	
        </dependency>       
    </dependencies>
</project>
