<?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/xsd/maven-4.0.0.xsd">

  <parent>
    <artifactId>devtools</artifactId>
    <groupId>eu.cedarsoft</groupId>
    <version>1.1</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>eu.cedarsoft.devtools</groupId>
  <artifactId>subversion</artifactId>
  <name>Subversion Support</name>
  <version>1.1</version>

  <description>Subversion modules for DevTools</description>

  <dependencies>
    <dependency>
      <groupId>eu.cedarsoft.devtools</groupId>
      <artifactId>core</artifactId>
    </dependency>
    <dependency>
      <groupId>com.svnkit</groupId>
      <artifactId>svnkit</artifactId>
    </dependency>
    <dependency>
      <groupId>com.svnkit</groupId>
      <artifactId>svnkit-cli</artifactId>
    </dependency>

    <!--<dependency>-->
      <!--<groupId>eu.cedarsoft.devtools</groupId>-->
      <!--<artifactId>core</artifactId>-->
      <!--<type>test-jar</type>-->
      <!--<scope>test</scope>-->
    <!--</dependency>-->
  </dependencies>
</project>
