We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab7770 commit 1b77625Copy full SHA for 1b77625
1 file changed
pom.xml
@@ -243,4 +243,25 @@
243
</dependency>
244
</dependencies>
245
246
+ <repositories>
247
+ <repository>
248
+ <id>sonatype-releases</id>
249
+ <url>https://oss.sonatype.org/content/repositories/releases</url>
250
+ </repository>
251
252
+ <id>clojars.org</id>
253
+ <url>https://clojars.org/repo</url>
254
255
+ </repositories>
256
+
257
+ <pluginRepositories>
258
+ <pluginRepository>
259
260
261
+ </pluginRepository>
262
263
264
265
266
+ </pluginRepositories>
267
</project>
0 commit comments