This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new be1acd0  NIFI-6604: This closes #3682. Removing large NARs from 
generated assemblies to reduce size.
be1acd0 is described below

commit be1acd07c59e256e9633cd5958f0b3356b5873f3
Author: Aldrin Piri <[email protected]>
AuthorDate: Thu Aug 29 16:49:57 2019 -0400

    NIFI-6604: This closes #3682. Removing large NARs from generated assemblies 
to reduce size.
    
    Removed items consist of:
    * nifi-kafka-0-8-nar
    * nifi-flume-nar
    * nifi-media-nar
    * nifi-druid-nar
    * nifi-druid-controller-service-api-nar
    * nifi-other-graph-services-nar
    * nifi-kite-nar
---
 nifi-assembly/pom.xml | 42 ------------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 68c4365..f2c5021 100755
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -195,12 +195,6 @@ language governing permissions and limitations under the 
License. -->
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-kafka-0-8-nar</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-kafka-0-9-nar</artifactId>
             <version>1.10.0-SNAPSHOT</version>
             <type>nar</type>
@@ -261,24 +255,12 @@ language governing permissions and limitations under the 
License. -->
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-kite-nar</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-kudu-nar</artifactId>
             <version>1.10.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-flume-nar</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-ldap-iaa-providers-nar</artifactId>
             <version>1.10.0-SNAPSHOT</version>
             <type>nar</type>
@@ -405,12 +387,6 @@ language governing permissions and limitations under the 
License. -->
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-media-nar</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-couchbase-nar</artifactId>
             <version>1.10.0-SNAPSHOT</version>
             <type>nar</type>
@@ -723,18 +699,6 @@ language governing permissions and limitations under the 
License. -->
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-druid-controller-service-api-nar</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-druid-nar</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-kerberos-credentials-service-nar</artifactId>
             <version>1.10.0-SNAPSHOT</version>
             <type>nar</type>
@@ -801,12 +765,6 @@ language governing permissions and limitations under the 
License. -->
                 </dependency>
                 <dependency>
                     <groupId>org.apache.nifi</groupId>
-                    <artifactId>nifi-other-graph-services-nar</artifactId>
-                    <version>1.10.0-SNAPSHOT</version>
-                    <type>nar</type>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.nifi</groupId>
                     <artifactId>nifi-graph-nar</artifactId>
                     <version>1.10.0-SNAPSHOT</version>
                     <type>nar</type>

Reply via email to