<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.minsait.onesait</groupId>
    <artifactId>onesaitplatform-communication-manager</artifactId>
    <version>im-1.4.0</version>
    <relativePath>../</relativePath>
  </parent>
  <groupId>com.minsait.onesait</groupId>
  <artifactId>onesaitplatform-notification-dtos</artifactId>
  <version>im-1.4.0</version>
  <name>notification-dtos</name>
  <dependencies>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>osp releases</id>
      <url>https://nexus.onesaitplatform.com/nexus/repository/releases/</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.11.0</version>
        <configuration>
          <source>${maven.compiler.source}</source>
          <target>${maven.compiler.target}</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>releases</id>
      <activation />
      <distributionManagement>
        <repository>
          <id>releases</id>
          <url>https://nexus.onesaitplatform.com/nexus/repository/releases/</url>
        </repository>
      </distributionManagement>
    </profile>
  </profiles>
</project>
