<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.activiti.cloud.messages</groupId>
    <artifactId>activiti-cloud-services-messages</artifactId>
    <version>7.1.0-SNAPSHOT-PR-1</version>
  </parent>
  <artifactId>activiti-cloud-services-messages-tests</artifactId>
  
  <dependencies>
    <dependency>
      <groupId>org.activiti.cloud.messages</groupId>
      <artifactId>activiti-cloud-services-messages-core</artifactId>
      <optional>true</optional>
    </dependency>
    <!-- Test -->
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
    </dependency>
    <dependency>
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-stream-test-support</artifactId>
   </dependency>    
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-test</artifactId>
    </dependency>
  </dependencies>

</project>