forked from overtone/vijual
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pom.xml
50 lines (49 loc) · 1.59 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>vijual</groupId>
<artifactId>vijual</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>vijual</name>
<description>A Graph Layout Library For Clojure</description>
<scm>
<connection>scm:git:git://github.com/drcode/vijual.git</connection>
<developerConnection>scm:git:ssh://[email protected]/drcode/vijual.git</developerConnection>
<tag>ba1f9a9a1e5e17b96de264ccf133538c8acf9c33</tag>
<url>http://github.com/drcode/vijual</url>
</scm>
<repositories>
<repository>
<id>clojars</id>
<url>http://clojars.org/repo</url>
</repository>
<repository>
<id>central</id>
<url>http://repo1.maven.org/maven2</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.0-alpha-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure-contrib</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
<!-- This file was autogenerated by the Leiningen build tool.
Please do not edit it directly; instead edit project.clj and regenerate it.
It should not be considered canonical data. For more information see
http://github.com/technomancy/leiningen -->