<?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>cirru</groupId>
  <artifactId>edn</artifactId>
  <version>0.0.8</version>
  <name>cirru-edn</name>
  <dependencies>
    <dependency>
      <groupId>cirru</groupId>
      <artifactId>writer</artifactId>
      <version>0.1.6</version>
    </dependency>
    <dependency>
      <groupId>cirru</groupId>
      <artifactId>parser</artifactId>
      <version>0.2.5</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories/>
<scm>
    <url>https://github.com/Cirru/cirru-edn</url>
    <tag>b0d42a11efe6e40bf5de0fe94f65a8c3b469861f</tag>
    <connection>scm:git:https://github.com/Cirru/cirru-edn</connection>
    <developerConnection>scm:git:https://github.com/Cirru/cirru-edn</developerConnection>
  </scm>
</project>
