We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b928737 commit 7e0e8c4Copy full SHA for 7e0e8c4
1 file changed
src/test/java/org/htmlunit/ExternalTest.java
@@ -48,7 +48,8 @@
48
*/
49
public class ExternalTest {
50
51
- static String SONATYPE_SNAPSHOT_REPO_URL_ = "https://s01.oss.sonatype.org/content/repositories/snapshots/";
+ static String SONATYPE_SNAPSHOT_REPO_URL_ =
52
+ "https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/";
53
static String MAVEN_REPO_URL_ = "https://repo1.maven.org/maven2/";
54
55
/** Chrome driver. */
0 commit comments