Skip to content

Commit 4fccb1e

Browse files
committed
- Removed jitpack.io
1 parent 7d484c1 commit 4fccb1e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pom.xml

+8-7
Original file line numberDiff line numberDiff line change
@@ -309,17 +309,18 @@
309309
</dependency>
310310
</dependencies>
311311
</dependencyManagement>
312-
<repositories>
313-
<repository>
314-
<id>jitpack.io</id>
315-
<url>https://jitpack.io</url>
316-
</repository>
317-
</repositories>
312+
<repositories>
313+
<repository>
314+
<id>Central</id>
315+
<name>Maven Central</name>
316+
<url>https://repo1.maven.org/maven2/</url>
317+
</repository>
318+
</repositories>
318319
<distributionManagement>
319320
<repository>
320321
<id>github</id>
321322
<name>GitHub Packages</name>
322-
<url>https://maven.pkg.github.com/openturing/turing</url>
323+
<url>https://maven.pkg.github.com/openviglet/turing</url>
323324
</repository>
324325
</distributionManagement>
325326
</project>

0 commit comments

Comments
 (0)