<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 - ComCam Software GUI</name>
    <artifactId>org-lsst-ccs-comcam-software-gui</artifactId>
    <groupId>org.lsst</groupId>
    <version>43.0.3</version>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
    <url>${org.lsst.ccs.site.url.base}${org.lsst.ccs.site.dir}</url>

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

    <properties>
        <org.lsst.ccs.subsystem.project.name>org-lsst-ccs-comcam-software</org.lsst.ccs.subsystem.project.name>
        <org.lsst.ccs.site.dir>site-root/distributions/org-lsst-ccs-software-versions/${project.version}/${project.artifactId}</org.lsst.ccs.site.dir>     
    </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>github</id>
            <name>LSST Public pages in github</name>
            <url>scm:git:https://${env.GIT_USERNAME}:${env.GIT_PASSWORD}@github.com/lsst-camera-ccs/org-lsst-ccs-site.git</url>
        </site>
    </distributionManagement>

    <dependencies>
        <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-power-gui</artifactId>
        </dependency>
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-comcam-filterchanger-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-comcamvacuum-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-daq-gui</artifactId>
        </dependency>        
        <dependency>
            <groupId>org.lsst</groupId>
            <artifactId>org-lsst-ccs-subsystem-pathfinder-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-image-handling-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>
