Skip to content

Commit 31fa466

Browse files
author
Igor Drobiazko
committed
Sailor v2.1.2
1 parent 0ed58c3 commit 31fa466

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ repositories {
2424
maven {
2525
url "https://oss.sonatype.org/content/repositories/snapshots"
2626
}
27+
maven {
28+
url "https://oss.sonatype.org/content/repositories/ioelastic-1029"
29+
}
2730
mavenCentral()
2831
mavenLocal()
2932
}
3033

3134
dependencies {
32-
compile "io.elastic:sailor-jvm:2.1.2-SNAPSHOT"
35+
compile "io.elastic:sailor-jvm:2.1.2"
3336
compile "org.glassfish.jersey.core:jersey-client:2.25.1"
3437
compile "org.glassfish.jersey.media:jersey-media-json-processing:2.25.1"
3538
}

0 commit comments

Comments
 (0)