<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.integration</groupId>
	<artifactId>rtgov-btm-gateway</artifactId>
	<packaging>jar</packaging>
	<name>Overlord RTGov::Integration::BTM::Gateway</name>

	<parent>
		<groupId>org.overlord.rtgov</groupId>
		<artifactId>integration</artifactId>
		<version>2.2.0.Alpha1</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>
  
	<dependencies>
		<dependency>
			<groupId>org.overlord.rtgov.common</groupId>
			<artifactId>rtgov-common</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.overlord.rtgov.activity-management</groupId>
			<artifactId>activity</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.overlord</groupId>
			<artifactId>overlord-commons-services</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.hawkular.btm</groupId>
			<artifactId>hawkular-btm-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.hawkular.btm</groupId>
			<artifactId>hawkular-btm-admin-service-inmemory</artifactId>
		</dependency>

		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-core</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.hibernate.javax.persistence</groupId>
			<artifactId>hibernate-jpa-2.0-api</artifactId>
			<scope>provided</scope>
		</dependency>
		<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>
