Skip to content

Commit

Permalink
Rework hystrix-data-stream module to just include serialization logic…
Browse files Browse the repository at this point in the history
… (now named hystrix-serialization)
  • Loading branch information
Matt Jacobs committed Jul 7, 2016
1 parent f918595 commit 9e5a509
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hystrix-contrib/hystrix-metrics-event-stream/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile project(':hystrix-core')
compile project(':hystrix-data-stream')
compile project(':hystrix-serialization')
provided 'javax.servlet:servlet-api:2.5'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.mockito:mockito-all:1.9.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
compile project(':hystrix-core')
compile project(':hystrix-data-stream')
compile project(':hystrix-serialization')
compile 'io.reactivesocket:reactivesocket:latest.release'
compile 'io.reactivesocket:reactivesocket-netty:latest.release'
compile 'io.reactivex:rxjava-reactive-streams:latest.release'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile project(':hystrix-core')
compile project(':hystrix-data-stream')
compile project(':hystrix-serialization')
compile 'io.reactivex:rxnetty:0.4.12'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.powermock:powermock-easymock-release-full:1.5.5'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include 'hystrix-core', \
'hystrix-contrib/hystrix-javanica', \
'hystrix-contrib/hystrix-junit', \
'hystrix-dashboard', \
'hystrix-data-stream'
'hystrix-serialization'

project(':hystrix-examples-reactivesocket/client').name = 'hystrix-examples-reactivesocket-client'
project(':hystrix-examples-reactivesocket/server').name = 'hystrix-examples-reactivesocket-server'
Expand Down

0 comments on commit 9e5a509

Please sign in to comment.