<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>
	<groupId>org.overlord.rtgov.ui</groupId>
	<artifactId>rtgov-ui-situations</artifactId> 
	<name>Overlord RTGov::UI::Situations</name>

	<parent>
		<groupId>org.overlord.rtgov</groupId>
		<artifactId>ui</artifactId>
		<version>2.2.0.Alpha2</version>
	</parent>

	<dependencies>
	    <dependency>
	        <groupId>org.overlord.rtgov.ui</groupId>
	        <artifactId>rtgov-ui-core</artifactId>
	    </dependency>

	    <!-- RTGov dependencies -->
	    <dependency>
	        <groupId>org.overlord.rtgov.common</groupId>
	        <artifactId>rtgov-common</artifactId>
	    </dependency>
	    <dependency>
	        <groupId>org.overlord.rtgov.activity-management</groupId>
	        <artifactId>activity</artifactId>
	        <scope>provided</scope>
	    </dependency>
	    <dependency>
	        <groupId>org.overlord.rtgov.activity-analysis</groupId>
	        <artifactId>analytics</artifactId>
	        <scope>provided</scope>
	    </dependency>
	    <dependency>
	        <groupId>org.overlord.rtgov.activity-analysis</groupId>
	        <artifactId>situation-store</artifactId>
	        <scope>provided</scope>
	    </dependency>
	    <dependency>
	        <groupId>org.overlord.rtgov.active-queries</groupId>
	        <artifactId>active-collection</artifactId>
	        <scope>provided</scope>
	    </dependency>
	    <dependency>
	        <groupId>org.overlord.rtgov.activity-analysis</groupId>
	        <artifactId>call-trace</artifactId>
	        <scope>provided</scope>
	    </dependency>
	    <dependency>
	        <groupId>org.overlord</groupId>
	        <artifactId>overlord-commons-services</artifactId>
	        <scope>provided</scope>
	    </dependency>
	    <dependency>
	        <groupId>com.google.guava</groupId>
	        <artifactId>guava</artifactId>
	        <scope>provided</scope>
	    </dependency>

        <!-- Dependency required due to jdk bug when built in hudson -->
        <dependency>
            <groupId>javax</groupId>
            <artifactId>javaee-api</artifactId>
            <scope>provided</scope>
        </dependency>

		<!-- Test only dependencies -->
	    <dependency>
	        <groupId>org.overlord.rtgov.activity-management</groupId>
	        <artifactId>activity-store-mem</artifactId>
			<scope>test</scope>
	    </dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
	
</project>
