<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.web</groupId>
  <artifactId>content-api</artifactId>
  <version>8.3.0-1004</version>
  <name>CDaaS - API</name>
  <description>Content as a Service API</description>
  <url>http://www.sdl.com/cd_common_maven/content-api</url>
  <licenses>
    <license>
      <name>SDL Web Developer Software and Distribution Agreement</name>
      <url>https://community.sdl.com/developers/tridion_developer/w/wiki/864.sdl-web-developer-software-and-distribution-agreement</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>SDL Web</name>
      <email>artifact.publishers@sdl.com</email>
      <organization>SDL Group</organization>
      <organizationUrl>http://www.sdl.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <developerConnection>scm:git:ssh://git@${scm.connection.prefix.url}/tcd/content-api.git</developerConnection>
    <url>https://${scm.web.prefix.url}/TCD/repos/content-api</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.tridion</groupId>
      <artifactId>cd_model</artifactId>
      <version>8.3.0-1003</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>hibernate-core</artifactId>
          <groupId>org.hibernate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-context</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>joda-time</artifactId>
          <groupId>joda-time</groupId>
        </exclusion>
        <exclusion>
          <artifactId>guava</artifactId>
          <groupId>com.google.guava</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.1.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
