Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 2d067ca

Browse files
authored
Merge pull request nodebox#451 from dcuartielles/master
Add https repo for maven
2 parents 3c3e5b6 + 6d663eb commit 2d067ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@
112112
</dependencies>
113113

114114
<repositories>
115+
<repository>
116+
<id>central</id>
117+
<url>https://repo1.maven.org/maven2/</url>
118+
<snapshots>
119+
<enabled>false</enabled>
120+
</snapshots>
121+
</repository>
122+
115123
<repository>
116124
<id>clojars.org</id>
117125
<url>https://clojars.org/repo</url>

0 commit comments

Comments
 (0)