Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/14#discussion_r142476593
--- Diff: nifi-registry-web-api/pom.xml ---
@@ -105,6 +105,11 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-security</artifactId>
--- End diff --
If we make the change in one of the previous comments where we use
spring-boot-starter-security in the nifi-registry-security pom, then we
probably don't need to directly reference it here because it will be brought in
transitively
---