Skip to content

Commit 9a478cf

Browse files
puredangerstuarthalloway
authored andcommitted
update spec.alpha version and remove unneeded dep exclusions
Signed-off-by: Stuart Halloway <stu@cognitect.com>
1 parent 5481362 commit 9a478cf

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

pom.xml

+1-17
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,12 @@
4141
<dependency>
4242
<groupId>org.clojure</groupId>
4343
<artifactId>spec.alpha</artifactId>
44-
<version>0.1.123</version>
45-
<exclusions>
46-
<exclusion>
47-
<groupId>org.clojure</groupId>
48-
<artifactId>clojure</artifactId>
49-
</exclusion>
50-
</exclusions>
44+
<version>0.1.134</version>
5145
</dependency>
5246
<dependency>
5347
<groupId>org.clojure</groupId>
5448
<artifactId>core.specs.alpha</artifactId>
5549
<version>0.1.24</version>
56-
<exclusions>
57-
<exclusion>
58-
<groupId>org.clojure</groupId>
59-
<artifactId>clojure</artifactId>
60-
</exclusion>
61-
<exclusion>
62-
<groupId>org.clojure</groupId>
63-
<artifactId>spec.alpha</artifactId>
64-
</exclusion>
65-
</exclusions>
6650
</dependency>
6751
<dependency>
6852
<groupId>org.codehaus.jsr166-mirror</groupId>

0 commit comments

Comments
 (0)