2011-05-08 17:05:45 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<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>sonia.scm.clients</groupId>
|
|
|
|
|
<artifactId>scm-clients</artifactId>
|
|
|
|
|
<version>1.3-SNAPSHOT</version>
|
2011-05-09 15:43:02 +02:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2011-05-08 17:05:45 +02:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<groupId>sonia.scm.clients</groupId>
|
|
|
|
|
<artifactId>scm-client-impl</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
<version>1.3-SNAPSHOT</version>
|
|
|
|
|
<name>scm-client-impl</name>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>sonia.scm.clients</groupId>
|
|
|
|
|
<artifactId>scm-client-api</artifactId>
|
|
|
|
|
<version>1.3-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
|
|
<artifactId>jersey-client</artifactId>
|
|
|
|
|
<version>1.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.sonatype.spice</groupId>
|
|
|
|
|
<artifactId>jersey-ahc-client</artifactId>
|
|
|
|
|
<version>1.0.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|