<?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>
  <groupId>com.sdl.delivery</groupId>
  <artifactId>udp-adf-api</artifactId>
  <version>12.0.0-1353</version>
  <name>ADF - API</name>
  <description>ADF - API</description>
  <url>http://www.rws.com/udp-common-maven/udp-adf/udp-adf-api</url>
  <licenses>
    <license>
      <name>Technology License Terms for RWS suite of products</name>
      <url>https://www.rws.com/legal/terms-and-conditions/rws-technology/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>RWS</name>
      <email>artifact.publishers@sdl.com</email>
      <organization>RWS Holdings for and on behalf of its affiliates and subsidiaries</organization>
      <organizationUrl>http://www.rws.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <developerConnection>scm:git:ssh://git@${scm.connection.prefix.url}/tcd/adf.git/udp-adf-api</developerConnection>
    <url>https://${scm.web.prefix.url}/TCD/repos/adf/udp-adf-api</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.sdl.delivery</groupId>
      <artifactId>udp-common-util</artifactId>
      <version>12.0.0-1309</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
      <version>1.3.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
