<?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>com.icthh.xm.commons</groupId>
  <artifactId>xm-commons-domainevent-outbox</artifactId>
  <version>2.2.51</version>
  <name>xm-commons-domainevent-outbox</name>
  <description>xm-commons-domainevent-outbox</description>
  <url>https://xm.icthh.com</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>adovbnya</id>
      <name>Alexander Dovbnya</name>
      <email>adovbnya@icthh.com</email>
    </developer>
    <developer>
      <id>agorobey</id>
      <name>Aleksey Gorobey</name>
    </developer>
    <developer>
      <id>amedvedchuk</id>
      <name>Anatoliy Medvedchuk</name>
    </developer>
    <developer>
      <id>bonertale</id>
      <name>Alexander Bonert</name>
    </developer>
    <developer>
      <id>emonastyrev</id>
      <name>Evgen Monastyrev</name>
    </developer>
    <developer>
      <id>epikuza</id>
      <name>Elena Pikuza</name>
    </developer>
    <developer>
      <id>ishkurko</id>
      <name>Igor Shkurko</name>
      <email>ishkurko@icthh.com</email>
    </developer>
    <developer>
      <id>okoval</id>
      <name>Olha Koval</name>
    </developer>
    <developer>
      <id>ssenko</id>
      <name>Serhii Senko</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/xm-online/xm-commons.git</connection>
    <developerConnection>scm:git:git://github.com/xm-online/xm-commons.git</developerConnection>
    <url>https://github.com/xm-online/xm-commons</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.icthh.xm.commons</groupId>
      <artifactId>xm-commons-lep</artifactId>
      <version>2.2.51</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>tomcat-annotations-api</artifactId>
          <groupId>org.apache.tomcat</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.icthh.xm.commons</groupId>
      <artifactId>xm-commons-migration-db</artifactId>
      <version>2.2.51</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>tomcat-annotations-api</artifactId>
          <groupId>org.apache.tomcat</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.icthh.xm.commons</groupId>
      <artifactId>xm-commons-domainevent</artifactId>
      <version>2.2.51</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>tomcat-annotations-api</artifactId>
          <groupId>org.apache.tomcat</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.icthh.xm.commons</groupId>
      <artifactId>xm-commons-domainevent-db</artifactId>
      <version>2.2.51</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>tomcat-annotations-api</artifactId>
          <groupId>org.apache.tomcat</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mapstruct</groupId>
      <artifactId>mapstruct</artifactId>
      <version>1.5.3.Final</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>tomcat-annotations-api</artifactId>
          <groupId>org.apache.tomcat</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-data-jpa</artifactId>
      <version>2.1.10.RELEASE</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>tomcat-annotations-api</artifactId>
          <groupId>org.apache.tomcat</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.1.10.RELEASE</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
      <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies</artifactId>
        <version>Greenwich.SR3</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
