blob: 8514b3f723d9f77623b9253f5290e5c2a3e31776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>${clojure.contrib.version}</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>classpath</artifactId>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>jar</artifactId>
<version>${clojure.contrib.version}</version>
</dependency>
</dependencies>
</project>
|