aboutsummaryrefslogtreecommitdiff
path: root/challenge-079/tyler-wardhaugh/clojure/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-079/tyler-wardhaugh/clojure/pom.xml')
-rw-r--r--challenge-079/tyler-wardhaugh/clojure/pom.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/challenge-079/tyler-wardhaugh/clojure/pom.xml b/challenge-079/tyler-wardhaugh/clojure/pom.xml
index 05a218d4c8..a5ef0fbd29 100644
--- a/challenge-079/tyler-wardhaugh/clojure/pom.xml
+++ b/challenge-079/tyler-wardhaugh/clojure/pom.xml
@@ -2,11 +2,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>tw.weekly</groupId>
- <artifactId>tw.weekly.c78</artifactId>
+ <artifactId>tw.weekly.c79</artifactId>
<version>0.1.0-SNAPSHOT</version>
- <name>tw.weekly.c78</name>
+ <name>tw.weekly.c79</name>
<description>FIXME: my new application.</description>
- <url>https://github.com/tw.weekly/tw.weekly.c78</url>
+ <url>https://github.com/tw.weekly/tw.weekly.c79</url>
<licenses>
<license>
<name>Eclipse Public License</name>
@@ -19,9 +19,9 @@
</developer>
</developers>
<scm>
- <url>https://github.com/tw.weekly/tw.weekly.c78</url>
- <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c78.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c78.git</developerConnection>
+ <url>https://github.com/tw.weekly/tw.weekly.c79</url>
+ <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c79.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c79.git</developerConnection>
<tag>HEAD</tag>
</scm>
<dependencies>
@@ -30,6 +30,11 @@
<artifactId>clojure</artifactId>
<version>1.10.1</version>
</dependency>
+ <dependency>
+ <groupId>metasoarous</groupId>
+ <artifactId>oz</artifactId>
+ <version>1.6.0-alpha26</version>
+ </dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>