You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2014/12/24 04:28:58 UTC

[2/5] incubator-nifi git commit: [NIFI-199] Removed plugin dependencies from main project cause they are not needed at the moment.

[NIFI-199] Removed plugin dependencies from main project cause they are
not needed at the moment.


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

Branch: refs/heads/develop
Commit: 03f2ce50006ef526ae55876492261ef09fe2e789
Parents: df9529c
Author: Karl-Heinz Marbaise <kh...@apache.org>
Authored: Tue Dec 23 22:58:39 2014 +0100
Committer: Karl-Heinz Marbaise <kh...@apache.org>
Committed: Tue Dec 23 22:58:39 2014 +0100

----------------------------------------------------------------------
 pom.xml | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/03f2ce50/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 85bbf19..fa6c886 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,22 +133,6 @@
                 <scope>provided</scope>
             </dependency>
             <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-plugin-api</artifactId>
-                <version>2.0.11</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.9</version>
-                <type>maven-plugin</type>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven.plugin-tools</groupId>
-                <artifactId>maven-plugin-annotations</artifactId>
-                <version>3.3</version>
-            </dependency>            
-            <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
                 <version>4.12</version>
@@ -846,20 +830,12 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.5</version>
-                </plugin>
-                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
                     <version>2.5</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-plugin-plugin</artifactId>
-                    <version>3.3</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
                     <version>2.9</version>
                 </plugin>