aboutsummaryrefslogtreecommitdiff
path: root/modules/accumulators/pom.xml
blob: 8e196eafc4eb5f63889beef08be79e1c33347a45 (plain)
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
<?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-alpha1</version>
    <relativePath>../parent</relativePath>
  </parent>
  <artifactId>accumulators</artifactId>
  <dependencies>
    <dependency>
      <groupId>org.clojure.contrib</groupId>
      <artifactId>def</artifactId>
      <version>1.3.0-alpha1</version>
    </dependency>
    <dependency>
      <groupId>org.clojure.contrib</groupId>
      <artifactId>generic</artifactId>
      <version>1.3.0-alpha1</version>
    </dependency>
    <dependency>
      <groupId>org.clojure.contrib</groupId>
      <artifactId>types</artifactId>
      <version>1.3.0-alpha1</version>
    </dependency>
  </dependencies>
</project>