Repository: nifi
Updated Branches:
  refs/heads/develop dcd9739bc -> bddb8b1fe


NIFI-770 Adding AWS nar to the assembly
NIFI-770 Removing versions from nars in assembly pom


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

Branch: refs/heads/develop
Commit: bddb8b1fe568d8e1e181d007666fa262a8a19b96
Parents: dcd9739
Author: Bryan Bende <[email protected]>
Authored: Sun Jul 19 15:32:17 2015 -0400
Committer: Bryan Bende <[email protected]>
Committed: Mon Jul 20 11:44:43 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/nifi/blob/bddb8b1f/nifi/nifi-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/nifi-assembly/pom.xml b/nifi/nifi-assembly/pom.xml
index 3e154d6..60a6545 100644
--- a/nifi/nifi-assembly/pom.xml
+++ b/nifi/nifi-assembly/pom.xml
@@ -175,7 +175,6 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-dbcp-service-nar</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
         <dependency>
@@ -191,25 +190,26 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-social-media-nar</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-hl7-nar</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-language-translation-nar</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-geo-nar</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
+            <type>nar</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-aws-nar</artifactId>
             <type>nar</type>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/nifi/blob/bddb8b1f/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index 8498a37..2770daf 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -808,12 +808,24 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
+                <artifactId>nifi-aws-nar</artifactId>
+                <version>0.3.0-SNAPSHOT</version>
+                <type>nar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-flume-nar</artifactId>
                 <version>0.3.0-SNAPSHOT</version>
                 <type>nar</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
+                <artifactId>nifi-dbcp-service-nar</artifactId>
+                <version>0.3.0-SNAPSHOT</version>
+                <type>nar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-properties</artifactId>
                 <version>0.3.0-SNAPSHOT</version>
             </dependency>

Reply via email to