<?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.redhat.qe</groupId>
  <artifactId>ssh-tools</artifactId>
  <version>1.0.1-SNAPSHOT</version>
  <name>ssh-tools</name>
  <description>Extensions of trilead ssh and some CLI tools</description>
  <scm>
    <connection>scm:git:git://github.com/RedHatQE/ssh-tools.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/RedHatQE/ssh-tools.git</developerConnection>
    <tag>941996fa7ff58a9b7350aa7f6563d2af1cc47f6c</tag>
    <url>https://github.com/RedHatQE/ssh-tools</url>
  </scm>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <testSourceDirectory>test</testSourceDirectory>
    <resources>
      <resource>
        <directory>resources</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>test-resources</directory>
      </testResource>
    </testResources>
  </build>
  <repositories>
    <repository>
      <id>central</id>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
    <repository>
      <id>clojars</id>
      <url>http://clojars.org/repo/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>com.trilead</groupId>
      <artifactId>trilead-ssh2</artifactId>
      <version>build213-svnkit-1.3-patch</version>
    </dependency>
    <dependency>
      <groupId>com.redhat.qe</groupId>
      <artifactId>jul.test.records</artifactId>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>com.redhat.qe</groupId>
      <artifactId>assertions</artifactId>
      <version>1.0.2</version>
    </dependency>
  </dependencies>
</project>

<!-- This file was autogenerated by Leiningen.
  Please do not edit it directly; instead edit project.clj and regenerate it.
  It should not be considered canonical data. For more information see
  https://github.com/technomancy/leiningen -->
