mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-05-01 10:28:11 -07:00
Jersey server.
This commit is contained in:
parent
4424db7e0c
commit
f79d9f9497
9 changed files with 254 additions and 193 deletions
|
@ -10,12 +10,12 @@ object Constants {
|
|||
internal val DEFAULT_REPOS = listOf<String>(
|
||||
// "https://maven-central.storage.googleapis.com/",
|
||||
"http://repo1.maven.org/maven2/",
|
||||
"https://jcenter.bintray.com/"
|
||||
"https://jcenter.bintray.com/",
|
||||
"http://repository.jetbrains.com/all/"
|
||||
|
||||
// snapshots
|
||||
// "https://oss.sonatype.org/content/repositories/snapshots/"
|
||||
// , "https://repository.jboss.org/nexus/content/repositories/root_repository/"
|
||||
// , "http://repository.jetbrains.com/all/"
|
||||
)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue