<?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>
  <groupId>typed.lib</groupId>
  <artifactId>clojure</artifactId>
  <description>Type annotations and macros for the base Clojure distribution.</description>
  <name>typed.lib/clojure</name>
  <version>1.0.13-SNAPSHOT</version>

  <licenses>
    <license>
      <name>Eclipse Public License 1.0</name>
      <url>http://opensource.org/licenses/eclipse-1.0.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <parent>
    <groupId>typed</groupId>
    <artifactId>pom</artifactId>
    <version>1.0.13-SNAPSHOT</version>
    <relativePath>../..</relativePath>
  </parent>

  <dependencies>
    <dependency>
      <groupId>typed.clj</groupId>
      <artifactId>runtime</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>typed.clj</groupId>
      <artifactId>spec</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
