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 3428591 commit ff60216Copy full SHA for ff60216
1 file changed
lib/sdk/server/build.gradle
@@ -4,8 +4,8 @@ import java.nio.file.StandardCopyOption
4
5
buildscript {
6
repositories {
7
- mavenLocal()
8
mavenCentral()
+ mavenLocal()
9
}
10
dependencies {
11
classpath "org.eclipse.virgo.util:org.eclipse.virgo.util.osgi.manifest:3.5.0.RELEASE"
@@ -71,7 +71,7 @@ ext.versions = [
71
"guava": "32.0.1-jre",
72
"jackson": "2.11.2",
73
"launchdarklyJavaSdkCommon": "2.1.2",
74
- "launchdarklyJavaSdkInternal": "1.6.1",
+ "launchdarklyJavaSdkInternal": "1.5.1",
75
"launchdarklyLogging": "1.1.0",
76
"okhttp": "4.12.0", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
77
"okhttpEventsource": "4.1.0",
0 commit comments