forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue apache#2890: Dependencies for using Pulsar in Storm topologies (a…
…pache#2893) * Issue apache#2890: Dependencies for using Pulsar in Storm topologies *Motivation* Fixes apache#2890 The shading plugin used in pulsar-storm is promoting transitive dependencies to the dependency-reduced pom, which will mix pulsar-client and pulsar-client-original together in the classpath. *Changes* - disabled `promoteTransitiveDependencies` in pulsar-storm - remove shade plugin from pulsar-flink * don't exclude original, since pulsar-client pom will reduce the dependencies
- Loading branch information
Showing
2 changed files
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters