You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/08/06 09:52:36 UTC

bahir git commit: [BAHIR-44] Add new sql-streaming-mqtt to distribution profile

Repository: bahir
Updated Branches:
  refs/heads/master 70539a35d -> 9ad566815


[BAHIR-44] Add new sql-streaming-mqtt to distribution profile


Project: http://git-wip-us.apache.org/repos/asf/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/9ad56681
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/9ad56681
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/9ad56681

Branch: refs/heads/master
Commit: 9ad566815b8e2e654547d6022d20016025d49923
Parents: 70539a3
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Aug 6 12:51:24 2016 +0300
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Aug 6 12:51:24 2016 +0300

----------------------------------------------------------------------
 distribution/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/9ad56681/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 24a7912..ab696d4 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -44,6 +44,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.bahir</groupId>
+            <artifactId>spark-sql-streaming-mqtt_${scala.binary.version}</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.bahir</groupId>
             <artifactId>spark-streaming-twitter_${scala.binary.version}</artifactId>
             <version>${project.version}</version>
         </dependency>