diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 466f47a..0000000 --- a/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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> - <packaging>jar</packaging> - <groupId>com.github.ivarref</groupId> - <artifactId>yoltq</artifactId> - <version>0.2.64</version> - <name>yoltq</name> - <dependencies> - <dependency> - <groupId>org.clojure</groupId> - <artifactId>clojure</artifactId> - <version>1.11.1</version> - </dependency> - <dependency> - <groupId>com.github.ivarref</groupId> - <artifactId>double-trouble</artifactId> - <version>0.1.102</version> - </dependency> - <dependency> - <groupId>org.clojure</groupId> - <artifactId>tools.logging</artifactId> - <version>1.2.4</version> - </dependency> - </dependencies> - <build> - <sourceDirectory>src</sourceDirectory> - </build> - <repositories> - <repository> - <id>clojars</id> - <url>https://repo.clojars.org/</url> - </repository> - </repositories> - <scm> - <connection>scm:git:git://github.com/ivarref/yoltq.git</connection> - <developerConnection>scm:git:ssh://git@github.com/ivarref/yoltq.git</developerConnection> - <tag>v0.2.64</tag> - <url>https://github.com/ivarref/yoltq</url> - </scm> -</project>
\ No newline at end of file |
