blob: 3305ce3555a4f7e31c424fef90f09a9dd89ced1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.clojure.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.3.0-alpha3</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>dataflow</artifactId>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>graph</artifactId>
<version>1.3.0-alpha3</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>except</artifactId>
<version>1.3.0-alpha3</version>
</dependency>
</dependencies>
</project>
|