Github user thenatog commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2989#discussion_r215294007
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml
 ---
    @@ -154,5 +154,20 @@
                 <artifactId>jettison</artifactId>
                 <scope>test</scope>
             </dependency>
    +        <dependency>
    +            <groupId>org.springframework</groupId>
    +            <artifactId>spring-test</artifactId>
    +            <version>5.0.6.RELEASE</version>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.eclipse.jetty</groupId>
    +            <artifactId>jetty-servlet</artifactId>
    --- End diff --
    
    Removed one unnecessary dependency and changed the other to scope `test` 
(as it's only used in the unit test).


---

Reply via email to