aboutsummaryrefslogtreecommitdiff
path: root/modules/generic/pom.xml
blob: 19c5228ae3172cd434d85d92bf27f9af105c0a9e (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>generic</artifactId>
  <dependencies>
    <dependency>
      <groupId>org.clojure.contrib</groupId>
      <artifactId>types</artifactId>
      <version>${clojure.contrib.version}</version>
    </dependency>
  </dependencies>
</project>