mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-18 02:00:22 +01:00
40 lines
1.1 KiB
XML
40 lines
1.1 KiB
XML
<?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>
|
|
</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> |