<?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>org.clojars.raynes</groupId>
  <artifactId>clj-sandbox</artifactId>
  <version>0.3.4</version>
  <name>clj-sandbox</name>
  <description>Clojure library for sandboxed execution</description>
  <scm>
    <connection>scm:git:git://github.com/Licenser/clj-sandbox.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/Licenser/clj-sandbox.git</developerConnection>
    <tag>c096e9cf9a32e97bcc558eb96a9411c83aeb9a49</tag>
    <url>http://github.com/Licenser/clj-sandbox</url>
  </scm>
  <repositories>
    <repository>
      <id>central</id>
      <url>http://repo1.maven.org/maven2</url>
    </repository>
    <repository>
      <id>clojure</id>
      <url>http://build.clojure.org/releases</url>
    </repository>
    <repository>
      <id>clojure-snapshots</id>
      <url>http://build.clojure.org/snapshots</url>
    </repository>
    <repository>
      <id>clojars</id>
      <url>http://clojars.org/repo/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>[1.1,1.2-master-SNAPSHOT]</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure-contrib</artifactId>
      <version>[1.1,1.2-SNAPSHOT]</version>
    </dependency>
  </dependencies>
</project>
