<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-services-switchyard</artifactId> 
	<name>Overlord RTGov::UI::Services::SwitchYard</name>

	<parent>
		<groupId>org.overlord.rtgov</groupId>
		<artifactId>ui</artifactId>
		<version>2.2.0.Alpha1</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.active-queries</groupId>
            <artifactId>active-collection</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.overlord.rtgov.activity-analysis</groupId>
            <artifactId>service-dependency</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.overlord.rtgov.activity-analysis</groupId>
            <artifactId>service-dependency-svg</artifactId>
            <scope>provided</scope>
        </dependency>
        
        <dependency>
          <groupId>com.google.guava</groupId>
          <artifactId>guava</artifactId>
	        <scope>provided</scope>
        </dependency>

	    <!-- SwitchYard dependencies -->
	    <dependency>
			<groupId>org.switchyard</groupId>
			<artifactId>switchyard-api</artifactId>
	    </dependency>
	    <dependency>
			<groupId>org.switchyard</groupId>
			<artifactId>switchyard-remote</artifactId>
	    </dependency>
	    <dependency>
			<groupId>org.switchyard</groupId>
			<artifactId>switchyard-serial</artifactId>
	    </dependency>
        
        <!-- Dependency required due to jdk bug when built in hudson -->
        <dependency>
            <groupId>javax</groupId>
            <artifactId>javaee-api</artifactId>
            <scope>provided</scope>
        </dependency>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>

	</dependencies>
	
</project>
