RMP-10066: Add Druid components to assembly

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

Branch: refs/heads/HDF-3.1-maint
Commit: b32e1a08029b3d02b718b05c209a0a6dec4ea1d9
Parents: d5f3eef
Author: Matthew Burgess <[email protected]>
Authored: Fri Feb 2 10:34:26 2018 -0500
Committer: Matthew Burgess <[email protected]>
Committed: Fri Feb 2 10:34:26 2018 -0500

----------------------------------------------------------------------
 nifi-assembly/pom.xml | 10 ++++++++++
 pom.xml               | 12 ++++++++++++
 2 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/b32e1a08/nifi-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 692dd6d..3a58e6a 100755
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -561,6 +561,16 @@ language governing permissions and limitations under the 
License. -->
             <artifactId>nifi-livy-nar</artifactId>
             <type>nar</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-druid-controller-service-api-nar</artifactId>
+            <type>nar</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-druid-nar</artifactId>
+            <type>nar</type>
+        </dependency>
     </dependencies>
     <profiles>
         <profile>

http://git-wip-us.apache.org/repos/asf/nifi/blob/b32e1a08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b762c5c..3b2f1b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1506,6 +1506,18 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
+                <artifactId>nifi-druid-controller-service-api-nar</artifactId>
+                <version>1.5.0</version>
+                <type>nar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.nifi</groupId>
+                <artifactId>nifi-druid-nar</artifactId>
+                <version>1.5.0</version>
+                <type>nar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-properties</artifactId>
                 <version>1.5.0</version>
             </dependency>

Reply via email to