Skip to content

Commit a53f0e4

Browse files
Update pom.xml
1 parent ac50cd3 commit a53f0e4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
</plugin>
1919
</plugins>
2020
</build>
21+
<repositories>
22+
<repository>
23+
<id>github</id>
24+
<url>https://github.com/ArtifactForms/MeshLibCore/master/</url>
25+
</repository>
26+
</repositories>
2127
<dependencies>
2228
<dependency>
2329
<groupId>org.junit.jupiter</groupId>
@@ -43,4 +49,4 @@
4349
<version>0.8.10</version>
4450
</dependency>
4551
</dependencies>
46-
</project>
52+
</project>

0 commit comments

Comments
 (0)