Repository: nifi
Updated Branches:
  refs/heads/NIFI-655 a16d8c35c -> e2f7eba7c


NIFI-655:
- Removing unused dependencies.

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

Branch: refs/heads/NIFI-655
Commit: e2f7eba7cf9b125a39793cd6e4e08f6c6050f1ee
Parents: a16d8c3
Author: Matt Gilman <matt.c.gil...@gmail.com>
Authored: Mon Nov 9 21:08:47 2015 -0500
Committer: Matt Gilman <matt.c.gil...@gmail.com>
Committed: Mon Nov 9 21:08:47 2015 -0500

----------------------------------------------------------------------
 .../nifi-framework/nifi-web/nifi-web-ui/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/e2f7eba7/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
index 7f16ed0..71bae71 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
@@ -693,25 +693,5 @@
             <artifactId>javax.servlet.jsp.jstl-api</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-web-security</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-web</artifactId>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
 </project>

Reply via email to