Repository: servicemix-bundles Updated Branches: refs/heads/master d0649d776 -> eaefae1b5
[SM-3567] Fix kafka-clients sources artifact Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/eaefae1b Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/eaefae1b Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/eaefae1b Branch: refs/heads/master Commit: eaefae1b5292fb4a600e7a4030da503886963007 Parents: d0649d7 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Dec 27 07:05:48 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Dec 27 07:05:48 2017 +0100 ---------------------------------------------------------------------- kafka-clients-1.0.0/pom.xml | 6 ++++++ pom.xml | 1 + 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eaefae1b/kafka-clients-1.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/kafka-clients-1.0.0/pom.xml b/kafka-clients-1.0.0/pom.xml index 64a6ec2..9d77e38 100644 --- a/kafka-clients-1.0.0/pom.xml +++ b/kafka-clients-1.0.0/pom.xml @@ -91,6 +91,12 @@ </exclusions> </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eaefae1b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0f04085..bf61b6a 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ <module>lucene-sandbox-7.2.0</module> <module>grpc-1.8.0</module> <module>solr-solrj-7.2.0</module> + <module>kafka-clients-1.0.0</module> </modules> </project>
