<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.reactivecommons</groupId>
  <artifactId>async-rabbit</artifactId>
  <version>1.0.0-beta10</version>
  <dependencies>
    <dependency>
      <groupId>org.reactivecommons</groupId>
      <artifactId>async-commons-api</artifactId>
      <version>1.0.0-beta10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.reactivecommons</groupId>
      <artifactId>domain-events-api</artifactId>
      <version>1.0.0-beta10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.reactivecommons</groupId>
      <artifactId>async-commons</artifactId>
      <version>1.0.0-beta10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.projectreactor.rabbitmq</groupId>
      <artifactId>reactor-rabbitmq</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.4.2</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <description>Async Rabbit</description>
  <name>async-rabbit</name>
  <url>http://reactivecommons.org</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>danielbustamante</id>
      <name>Daniel Bustamante Ospina</name>
      <email>danibust@bancolombia.com.co</email>
    </developer>
  </developers>
  <scm>
    <url>git@github.com:reactive-commons/reactive-commons-java.git</url>
  </scm>
</project>
