|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<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"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <packaging>jar</packaging> |
| 5 | + <groupId>io.github.coconutpalm</groupId> |
| 6 | + <artifactId>clojure-desktop-toolkit</artifactId> |
| 7 | + <version>0.2.1</version> |
| 8 | + <name>clojure-desktop-toolkit</name> |
| 9 | + <scm> |
| 10 | + <url>https://github.com/coconutpalm/clojure-desktop-toolkit</url> |
| 11 | + <connection>scm:git:git://github.com/coconutpalm/clojure-desktop-toolkit.git</connection> |
| 12 | + < developerConnection>scm:git:ssh:// [email protected]/coconutpalm/clojure-desktop-toolkit.git</ developerConnection> |
| 13 | + <tag>v0.2.1</tag> |
| 14 | + </scm> |
| 15 | + <dependencies> |
| 16 | + <dependency> |
| 17 | + <groupId>org.clojure</groupId> |
| 18 | + <artifactId>clojure</artifactId> |
| 19 | + <version>1.12.0</version> |
| 20 | + </dependency> |
| 21 | + <dependency> |
| 22 | + <groupId>io.github.coconutpalm</groupId> |
| 23 | + <artifactId>righttypes</artifactId> |
| 24 | + <version>0.7.0</version> |
| 25 | + </dependency> |
| 26 | + <dependency> |
| 27 | + <groupId>virgil</groupId> |
| 28 | + <artifactId>virgil</artifactId> |
| 29 | + <version>0.4.0</version> |
| 30 | + </dependency> |
| 31 | + <dependency> |
| 32 | + <groupId>org.reflections</groupId> |
| 33 | + <artifactId>reflections</artifactId> |
| 34 | + <version>0.10.2</version> |
| 35 | + </dependency> |
| 36 | + <dependency> |
| 37 | + <groupId>com.hyperfiddle</groupId> |
| 38 | + <artifactId>rcf</artifactId> |
| 39 | + <version>20220926-202227</version> |
| 40 | + </dependency> |
| 41 | + </dependencies> |
| 42 | + <build> |
| 43 | + <sourceDirectory>src</sourceDirectory> |
| 44 | + </build> |
| 45 | + <repositories> |
| 46 | + <repository> |
| 47 | + <id>clojars</id> |
| 48 | + <url>https://repo.clojars.org/</url> |
| 49 | + </repository> |
| 50 | + <repository> |
| 51 | + <id>clojure-desktop-toolkit</id> |
| 52 | + <url>https://coconutpalm.github.io/clojure-desktop-toolkit/maven</url> |
| 53 | + </repository> |
| 54 | + </repositories> |
| 55 | + <licenses> |
| 56 | + <license> |
| 57 | + <name>Eclipse Public License 2.0</name> |
| 58 | + <url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url> |
| 59 | + </license> |
| 60 | + </licenses> |
| 61 | +</project> |
0 commit comments