exceptionfactory commented on code in PR #6800:
URL: https://github.com/apache/nifi/pull/6800#discussion_r1054538820
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml:
##########
@@ -346,6 +346,12 @@
<artifactId>jersey-spring5</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-test</artifactId>
+ <version>2.7.4</version>
Review Comment:
Currently only NiFi Registry contains Spring Boot dependencies. If this
Spring Boot test dependency remains, recommend promoting the Spring Boot
version from the NiFi Registry pom.xml to the root pom.xml for consistent
versioning across the project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]