Skip to content

Commit 01c7b1f

Browse files
committed
Add Planck to pom.xml for cljdoc
1 parent 9b81330 commit 01c7b1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<artifactId>clojure</artifactId>
3131
<version>1.9.0</version>
3232
</dependency>
33+
<dependency>
34+
<groupId>planck</groupId>
35+
<artifactId>planck</artifactId>
36+
<version>2.25.0</version>
37+
<scope>test<scope>
38+
</dependency>
3339
</dependencies>
3440
<build>
3541
<sourceDirectory>src</sourceDirectory>
@@ -39,6 +45,10 @@
3945
<id>clojars</id>
4046
<url>https://repo.clojars.org/</url>
4147
</repository>
48+
<repository>
49+
<id>sonatype</id>
50+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
51+
</repository>
4252
</repositories>
4353
<distributionManagement>
4454
<repository>

0 commit comments

Comments
 (0)