<?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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <description>A Clojure tools.build task library related to dependency licenses.</description>
  <groupId>com.github.pmonks</groupId>
  <artifactId>tools-licenses</artifactId>
  <name>tools-licenses</name>
  <scm>
    <url>https://github.com/pmonks/tools-licenses</url>
    <connection>scm:git:git://github.com/pmonks/tools-licenses.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/pmonks/tools-licenses.git</developerConnection>
    <tag>v1.0.110</tag>
  </scm>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pmonks</id>
      <name>Peter Monks</name>
      <email>pmonks+tools-licenses@gmail.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/pmonks/tools-licenses/issues</url>
  </issueManagement>
  <url>https://github.com/pmonks/tools-licenses</url>
  <version>1.0.110</version>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.11.1</version>
    </dependency>
    <dependency>
      <groupId>com.github.pmonks</groupId>
      <artifactId>tools-convenience</artifactId>
      <version>1.0.100</version>
    </dependency>
    <dependency>
      <groupId>com.github.pmonks</groupId>
      <artifactId>asf-cat</artifactId>
      <version>1.0.65</version>
    </dependency>
    <dependency>
      <groupId>com.github.pmonks</groupId>
      <artifactId>lice-comb</artifactId>
      <version>1.0.96</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
</project>
