Cleaned up repositories
This commit is contained in:
parent
7b27ddbc86
commit
1b46eaff7f
4 changed files with 3 additions and 6 deletions
|
@ -63,7 +63,7 @@ public class HttpStatusBuild extends Project {
|
|||
javaRelease = 17;
|
||||
|
||||
downloadSources = true;
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS);
|
||||
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("jakarta.servlet", "jakarta.servlet-api", version(6, 0, 0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue