We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d484c1 commit 4fccb1eCopy full SHA for 4fccb1e
pom.xml
@@ -309,17 +309,18 @@
309
</dependency>
310
</dependencies>
311
</dependencyManagement>
312
- <repositories>
313
- <repository>
314
- <id>jitpack.io</id>
315
- <url>https://jitpack.io</url>
316
- </repository>
317
- </repositories>
+<repositories>
+ <repository>
+ <id>Central</id>
+ <name>Maven Central</name>
+ <url>https://repo1.maven.org/maven2/</url>
+ </repository>
318
+</repositories>
319
<distributionManagement>
320
<repository>
321
<id>github</id>
322
<name>GitHub Packages</name>
- <url>https://maven.pkg.github.com/openturing/turing</url>
323
+ <url>https://maven.pkg.github.com/openviglet/turing</url>
324
</repository>
325
</distributionManagement>
326
</project>
0 commit comments