|
6 | 6 | <artifactId>clojure-lsp-test-helper</artifactId>
|
7 | 7 | <version>2025.04.23-18.16.46</version>
|
8 | 8 | <name>clojure-lsp-test-helper</name>
|
| 9 | + <licenses> |
| 10 | + <license> |
| 11 | + <name>MIT License</name> |
| 12 | + <url>http://www.opensource.org/licenses/mit-license.php</url> |
| 13 | + <distribution>repo</distribution> |
| 14 | + </license> |
| 15 | + </licenses> |
9 | 16 | <dependencies>
|
10 | 17 | <dependency>
|
11 | 18 | <groupId>org.clojure</groupId>
|
12 | 19 | <artifactId>clojure</artifactId>
|
13 | 20 | <version>1.12.0</version>
|
14 | 21 | </dependency>
|
| 22 | + <dependency> |
| 23 | + <groupId>org.benf</groupId> |
| 24 | + <artifactId>cfr</artifactId> |
| 25 | + <version>0.152</version> |
| 26 | + </dependency> |
| 27 | + <dependency> |
| 28 | + <groupId>com.github.clj-easy</groupId> |
| 29 | + <artifactId>stub</artifactId> |
| 30 | + <version>0.2.3</version> |
| 31 | + </dependency> |
| 32 | + <dependency> |
| 33 | + <groupId>com.github.clojure-lsp</groupId> |
| 34 | + <artifactId>lsp4clj</artifactId> |
| 35 | + <version>1.13.1</version> |
| 36 | + <exclusions> |
| 37 | + <exclusion> |
| 38 | + <groupId>funcool</groupId> |
| 39 | + <artifactId>promesa</artifactId> |
| 40 | + </exclusion> |
| 41 | + </exclusions> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>rewrite-clj</groupId> |
| 45 | + <artifactId>rewrite-clj</artifactId> |
| 46 | + <version>1.2.50</version> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>io.forward</groupId> |
| 50 | + <artifactId>semver</artifactId> |
| 51 | + <version>0.1.0</version> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>clj-kondo</groupId> |
| 55 | + <artifactId>clj-kondo</artifactId> |
| 56 | + <version>2025.04.07</version> |
| 57 | + </dependency> |
| 58 | + <dependency> |
| 59 | + <groupId>dev.weavejester</groupId> |
| 60 | + <artifactId>cljfmt</artifactId> |
| 61 | + <version>0.13.0</version> |
| 62 | + <exclusions> |
| 63 | + <exclusion> |
| 64 | + <groupId>rewrite-clj</groupId> |
| 65 | + <artifactId>rewrite-clj</artifactId> |
| 66 | + </exclusion> |
| 67 | + <exclusion> |
| 68 | + <groupId>com.googlecode.java-diff-utils</groupId> |
| 69 | + <artifactId>diffutils</artifactId> |
| 70 | + </exclusion> |
| 71 | + </exclusions> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>com.googlecode.java-diff-utils</groupId> |
| 75 | + <artifactId>diffutils</artifactId> |
| 76 | + <version>1.3.0</version> |
| 77 | + </dependency> |
| 78 | + <dependency> |
| 79 | + <groupId>com.cognitect</groupId> |
| 80 | + <artifactId>transit-clj</artifactId> |
| 81 | + <version>1.0.333</version> |
| 82 | + </dependency> |
| 83 | + <dependency> |
| 84 | + <groupId>anonimitoraf</groupId> |
| 85 | + <artifactId>clj-flx</artifactId> |
| 86 | + <version>1.2.0</version> |
| 87 | + </dependency> |
| 88 | + <dependency> |
| 89 | + <groupId>borkdude</groupId> |
| 90 | + <artifactId>rewrite-edn</artifactId> |
| 91 | + <version>0.4.9</version> |
| 92 | + <exclusions> |
| 93 | + <exclusion> |
| 94 | + <groupId>rewrite-clj</groupId> |
| 95 | + <artifactId>rewrite-clj</artifactId> |
| 96 | + </exclusion> |
| 97 | + </exclusions> |
| 98 | + </dependency> |
| 99 | + <dependency> |
| 100 | + <groupId>babashka</groupId> |
| 101 | + <artifactId>fs</artifactId> |
| 102 | + <version>0.5.22</version> |
| 103 | + </dependency> |
| 104 | + <dependency> |
| 105 | + <groupId>com.fabiodomingues</groupId> |
| 106 | + <artifactId>clj-depend</artifactId> |
| 107 | + <version>0.11.0</version> |
| 108 | + </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>medley</groupId> |
| 111 | + <artifactId>medley</artifactId> |
| 112 | + <version>1.4.0</version> |
| 113 | + </dependency> |
| 114 | + <dependency> |
| 115 | + <groupId>org.clojure</groupId> |
| 116 | + <artifactId>core.async</artifactId> |
| 117 | + <version>1.6.681</version> |
| 118 | + </dependency> |
15 | 119 | </dependencies>
|
16 | 120 | <build>
|
17 | 121 | <sourceDirectory>src</sourceDirectory>
|
|
0 commit comments