<?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>context-image-proxy</artifactId>
  <version>8.5.0-1013</version>
  <name>Contextual Image Delivery - Proxy</name>
  <description>Contextual Image Delivery - Proxy</description>
  <url>http://www.sdl.com/cd_common_maven/cid/context-image-proxy</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/cd-common.git/cd_common_maven/cid/context-image-proxy</developerConnection>
    <url>https://${scm.web.prefix.url}/TCD/repos/cd-common/cd_common_maven/cid/context-image-proxy</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.sdl.web</groupId>
      <artifactId>discovery-client-lightweight</artifactId>
      <version>8.5.0-1014</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>spring-context</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat.embed</groupId>
      <artifactId>tomcat-embed-core</artifactId>
      <version>8.0.28</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.12</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
