<?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>bz-checker</artifactId>
  <version>1.0.2</version>
  <name>bz-checker</name>
  <description>A library of automated testing related functions.</description>
  <scm>
    <connection>scm:git:git://github.com/weissjeffm/webui-framework.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/weissjeffm/webui-framework.git</developerConnection>
    <tag>cc9f476a92810af163ba5c402de47ef1ae248c66</tag>
    <url>https://github.com/weissjeffm/webui-framework</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.redhat.qe</groupId>
      <artifactId>xmlrpc-client-tools</artifactId>
      <version>1.0.3</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 -->
