NIFI-655:

- Removing unused dependencies.
This commit is contained in:
Matt Gilman 2015-11-09 21:08:47 -05:00
parent a16d8c35c9
commit e2f7eba7cf
1 changed files with 0 additions and 20 deletions

View File

@ -693,25 +693,5 @@
<artifactId>javax.servlet.jsp.jstl-api</artifactId> <artifactId>javax.servlet.jsp.jstl-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </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> </dependencies>
</project> </project>