File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ buildscript {
6767 repositories {
6868 mavenLocal()
6969 maven { url " https://central.sonatype.com/repository/maven-snapshots/" }
70+ maven { url " https://ci.opensearch.org/ci/dbc/snapshots/" }
7071 mavenCentral()
7172 }
7273
@@ -92,6 +93,7 @@ apply plugin: 'opensearch.java-agent'
9293repositories {
9394 mavenLocal()
9495 maven { url " https://central.sonatype.com/repository/maven-snapshots/" }
96+ maven { url " https://ci.opensearch.org/ci/dbc/snapshots/" }
9597 mavenCentral() // For Elastic Libs that you can use to get started coding until open OpenSearch libs are available
9698 maven { url ' https://jitpack.io' }
9799}
@@ -156,6 +158,7 @@ subprojects {
156158 repositories {
157159 mavenLocal()
158160 maven { url " https://central.sonatype.com/repository/maven-snapshots/" }
161+ maven { url " https://ci.opensearch.org/ci/dbc/snapshots/" }
159162 mavenCentral()
160163 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
161164 maven { url ' https://jitpack.io' }
You can’t perform that action at this time.
0 commit comments