apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

Use shade plugin to hide dependencies #194

Closed totalo closed 2 years ago

totalo commented 2 years ago

Fixed #165

ni-ze commented 2 years ago

@totalo Great patch!

ni-ze commented 2 years ago

However this pr do not resolve dependency conflicts, because dependency of RocketMQ-Streams can be depend by application which depend on RocketMQ-Streams.

totalo commented 2 years ago

However this pr do not resolve dependency conflicts, because dependency of RocketMQ-Streams can be depend by application which depend on RocketMQ-Streams.

ok, i'll check it.

totalo commented 2 years ago

hi @ni-ze, plz check it.thanks

ni-ze commented 2 years ago

hi @ni-ze, plz check it.thanks

I check it,example and application depend on rocketmq-client works well.

totalo commented 2 years ago

hi @ni-ze, plz check it.thanks

I check it,example and application depend on rocketmq-client works well.

@ni-ze Hi, is there any problem with this?