mattyb149 commented on a change in pull request #5762:
URL: https://github.com/apache/nifi/pull/5762#discussion_r813992415



##########
File path: 
minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml
##########
@@ -79,6 +89,22 @@ limitations under the License.
             <artifactId>nifi-security-utils-api</artifactId>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-security-utils</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-framework-nar-loading-utils</artifactId>
+            <version>1.16.0-SNAPSHOT</version>

Review comment:
       This is pretty standard across the components, IIRC it had something to 
do with using `${project.version}` causing issues. The Release Management 
scripts handle changing this version everywhere, when we do releases and update 
the main branch to the next snapshot version.




-- 
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]


Reply via email to