aboutsummaryrefslogtreecommitdiff
path: root/modules/strint/pom.xml
blob: a26659344462190bbd43d7b46e9baddca11b04ba (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>1.3.0-alpha4</version>
    <relativePath>../parent</relativePath>
  </parent>
  <artifactId>strint</artifactId>
  <dependencies>
    <dependency>
      <groupId>org.clojure.contrib</groupId>
      <artifactId>with-ns</artifactId>
      <version>1.3.0-alpha4</version>
    </dependency>
  </dependencies>
</project>