<?xml version="1.0"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.flowcentraltech.flowcentral</groupId>
		<artifactId>flowcentral</artifactId>
		<version>4.1.10</version>
	</parent>

	<artifactId>flowcentral-integration-rabbitmq</artifactId>
	<name>flowcentral-integration-rabbitmq</name>
	<description>Flowcentral Integration (RabbitMQ) Module</description>
	<url>http://www.flowcentralplatform.com</url>

	<dependencies>
		<!-- Main dependencies -->
        <dependency>
            <groupId>com.flowcentraltech.flowcentral</groupId>
            <artifactId>flowcentral-integration</artifactId>
            <version>${project.version}</version>
        </dependency>
		<dependency>
		    <groupId>com.rabbitmq.jms</groupId>
		    <artifactId>rabbitmq-jms</artifactId>
		    <version>2.9.0</version>
		</dependency>
		<!-- Test dependencies -->
        <dependency>
            <groupId>com.flowcentraltech.flowcentral</groupId>
            <artifactId>flowcentral-security</artifactId>
            <version>${project.version}</version>
			<scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.flowcentraltech.flowcentral</groupId>
            <artifactId>flowcentral-organization</artifactId>
            <version>${project.version}</version>
			<scope>test</scope>
        </dependency>
		<dependency>
			<groupId>com.flowcentraltech.flowcentral</groupId>
			<artifactId>flowcentral-test</artifactId>
			<version>${project.version}</version>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>
