<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.icthh.xm.commons</groupId>
  <artifactId>xm-commons-timeline</artifactId>
  <version>4.0.41</version>
  <name>xm-commons-timeline</name>
  <description>xm-commons-timeline</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>vkyrychenko</id>
      <name>Vitalii Kyrychenko</name>
      <email>vitalii.kyrychenko@jevera.software</email>
    </developer>
    <developer>
      <id>amedvedchuk</id>
      <name>Anatoliy Medvedchuk</name>
    </developer>
    <developer>
      <id>ishkurko</id>
      <name>Igor Shkurko</name>
      <email>ishkurko@icthh.com</email>
    </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-logging</artifactId>
      <version>4.0.41</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.icthh.xm.commons</groupId>
      <artifactId>xm-commons-security</artifactId>
      <version>4.0.41</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.servlet</groupId>
      <artifactId>jakarta.servlet-api</artifactId>
      <version>6.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.jayway.jsonpath</groupId>
      <artifactId>json-path</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.kafka</groupId>
      <artifactId>spring-kafka</artifactId>
      <version>3.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-json-org</artifactId>
      <version>2.17.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>com.vaadin.external.google</groupId>
          <artifactId>android-json</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>spring-boot-starter-tomcat</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>3.3.0</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
