Restrict shading to classes in rxjava-reactive-streams

Fix #906
This commit is contained in:
Marius Bogoevici
2017-04-07 13:17:09 -04:00
parent ec05e6cf44
commit 161011fcde

View File

@@ -73,8 +73,8 @@
<shadedPattern>org.springframework.cloud.stream.reactive.shaded.rx.RxReactiveStreams</shadedPattern>
</relocation>
<relocation>
<pattern>rx.internal</pattern>
<shadedPattern>org.springframework.cloud.stream.reactive.shaded.rx.internal</shadedPattern>
<pattern>rx.internal.reactivestreams</pattern>
<shadedPattern>org.springframework.cloud.stream.reactive.shaded.rx.internal.reactivestreams</shadedPattern>
</relocation>
</relocations>
</configuration>