Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit a26523e

Browse files
committed
Merge pull request #20 from launchdarkly/jko/sse
Initial support for streaming mode
2 parents a075415 + 748b76e commit a26523e

File tree

9 files changed

+1162
-43
lines changed

9 files changed

+1162
-43
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
allprojects {
1313
group = 'com.launchdarkly'
14-
version = "0.10.0"
14+
version = "0.13.0-SNAPSHOT"
1515
sourceCompatibility = 1.6
1616
targetCompatibility = 1.6
1717
}
@@ -22,6 +22,7 @@ dependencies {
2222
compile "commons-codec:commons-codec:1.5"
2323
compile "com.google.code.gson:gson:2.2.4"
2424
compile "org.slf4j:slf4j-api:1.7.7"
25+
compile "org.glassfish.jersey.media:jersey-media-sse:2.20"
2526
testCompile "org.easymock:easymock:3.3"
2627
testCompile 'junit:junit:[4.10,)'
2728
testRuntime "org.slf4j:slf4j-simple:1.7.7"

0 commit comments

Comments
 (0)