aboutsummaryrefslogtreecommitdiff
path: root/challenge-117/tyler-wardhaugh/clojure/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-117/tyler-wardhaugh/clojure/pom.xml')
-rw-r--r--challenge-117/tyler-wardhaugh/clojure/pom.xml23
1 files changed, 11 insertions, 12 deletions
diff --git a/challenge-117/tyler-wardhaugh/clojure/pom.xml b/challenge-117/tyler-wardhaugh/clojure/pom.xml
index b6737dd838..ed74b5497a 100644
--- a/challenge-117/tyler-wardhaugh/clojure/pom.xml
+++ b/challenge-117/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.c102</artifactId>
+ <artifactId>tw.weekly.c117</artifactId>
<version>0.1.0-SNAPSHOT</version>
- <name>tw.weekly.c102</name>
- <description>Challenge #102</description>
- <url>https://github.com/tw.weekly/tw.weekly.c102</url>
+ <name>tw.weekly.c117</name>
+ <description>Challenge #117</description>
+ <url>https://github.com/tw.weekly/tw.weekly.c117</url>
<licenses>
<license>
<name>Eclipse Public License</name>
@@ -15,20 +15,19 @@
</licenses>
<developers>
<developer>
- <name>Tyler</name>
+ <name>Tyler Wardhaugh</name>
</developer>
</developers>
- <scm>
- <url>https://github.com/tw.weekly/tw.weekly.c102</url>
- <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c102.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c102.git</developerConnection>
- <tag>HEAD</tag>
- </scm>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
- <version>1.10.1</version>
+ <version>1.10.3</version>
+ </dependency>
+ <dependency>
+ <groupId>net.cgrand</groupId>
+ <artifactId>xforms</artifactId>
+ <version>0.19.2</version>
</dependency>
</dependencies>
<build>