diff options
Diffstat (limited to 'challenge-090/tyler-wardhaugh/clojure/pom.xml')
| -rw-r--r-- | challenge-090/tyler-wardhaugh/clojure/pom.xml | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/challenge-090/tyler-wardhaugh/clojure/pom.xml b/challenge-090/tyler-wardhaugh/clojure/pom.xml index 3097f51f8e..bc8a82e4cd 100644 --- a/challenge-090/tyler-wardhaugh/clojure/pom.xml +++ b/challenge-090/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.c89</artifactId> + <artifactId>tw.weekly.c90</artifactId> <version>0.1.0-SNAPSHOT</version> - <name>tw.weekly.c89</name> - <description>Challenge #089</description> - <url>https://github.com/tw.weekly/tw.weekly.c89</url> + <name>tw.weekly.c90</name> + <description>Challenge #090</description> + <url>https://github.com/tw.weekly/tw.weekly.c90</url> <licenses> <license> <name>Eclipse Public License</name> @@ -19,9 +19,9 @@ </developer> </developers> <scm> - <url>https://github.com/tw.weekly/tw.weekly.c89</url> - <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c89.git</connection> - <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c89.git</developerConnection> + <url>https://github.com/tw.weekly/tw.weekly.c90</url> + <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c90.git</connection> + <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c90.git</developerConnection> <tag>HEAD</tag> </scm> <dependencies> @@ -30,16 +30,6 @@ <artifactId>clojure</artifactId> <version>1.10.1</version> </dependency> - <dependency> - <groupId>net.mikera</groupId> - <artifactId>core.matrix</artifactId> - <version>0.62.0</version> - </dependency> - <dependency> - <groupId>org.clojure</groupId> - <artifactId>math.numeric-tower</artifactId> - <version>0.0.4</version> - </dependency> </dependencies> <build> <sourceDirectory>src</sourceDirectory> |
