<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.terracotta.modules</groupId>
    <artifactId>tim-session</artifactId>
    <version>2.4.5</version>
  </parent>

  <groupId>org.terracotta.modules</groupId>
  <name>tim-session-common-unit-tests</name>
  <artifactId>tim-session-common-unit-tests</artifactId>
  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.terracotta.modules</groupId>
      <artifactId>tim-session-common</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.terracotta</groupId>
      <artifactId>terracotta</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  
  <scm>
    <connection>scm:svn:http://svn.terracotta.org/svn/forge/projects/tim-session/trunk/tim-session-common-unit-tests</connection>
    <developerConnection>scm:svn:https://svn.terracotta.org/repo/forge/projects/tim-session/trunk/tim-session-common-unit-tests</developerConnection>
    <url>http://svn.terracotta.org/svn/forge/projects/tim-session/trunk/tim-session-common-unit-tests</url>
  </scm>

</project>
