<?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>
  <groupId>frankiesardo</groupId>
  <artifactId>linked</artifactId>
  <version>1.3.0</version>
  <name>linked</name>
  <description>Efficient ordered map and set.</description>
  <url>https://github.com/frankiesardo/linked</url>
  <licenses>
    <license>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <name>Eclipse Public License</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/frankiesardo/linked</url>
    <tag>e13c7424253bf4f206b38a80f237f301ff18f2db</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>boot-cljs</artifactId>
      <version>2.1.4</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>boot-cljs-repl</artifactId>
      <version>0.3.3</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>crisptrutski</groupId>
      <artifactId>boot-cljs-test</artifactId>
      <version>0.3.5-20171003.083024-1</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojurescript</artifactId>
      <version>1.10.238</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>doo</groupId>
      <artifactId>doo</artifactId>
      <version>0.1.8</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>collection-check</groupId>
      <artifactId>collection-check</artifactId>
      <version>0.1.7</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>clojure</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
