<?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>xo-client-compatible</artifactId>
  <version>8.3.0</version>
  <name>Experience Optimization - Compatible Client</name>
  <description>Experience Optimization - Compatible Client</description>
  <url>http://www.sdltridion.com/Source/Services/xo-client-api/xo-client-compatible/</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>arifact.publishers@sdl.com</email>
      <organization>SDL</organization>
      <organizationUrl>http://www.sdl.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://${scm.web.prefix.url}/scm/xo/experienceoptimization.git/Source/Services/xo-client-api/xo-client-compatible</connection>
    <developerConnection>scm:git:https://${scm.web.prefix.url}/scm/xo/experienceoptimization.git/Source/Services/xo-client-api/xo-client-compatible</developerConnection>
    <url>https://${scm.web.prefix.url}/projects/XO/repos/experienceoptimization/Source/Services/xo-client-api/xo-client-compatible</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.tridion.smarttarget</groupId>
      <artifactId>smarttarget_core</artifactId>
      <version>8.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sdl.web</groupId>
      <artifactId>xo-client</artifactId>
      <version>8.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sdl.web</groupId>
      <artifactId>xo-model</artifactId>
      <version>8.3.0</version>
      <scope>compile</scope>
    </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>
