pvillard31 commented on code in PR #10247:
URL: https://github.com/apache/nifi/pull/10247#discussion_r2307816242
##########
nifi-extension-bom/pom.xml:
##########
@@ -213,14 +213,14 @@
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
- <artifactId>apache-jsp</artifactId>
- <version>10.1.43</version>
+ <artifactId>mortbay-apache-jsp</artifactId>
+ <version>10.1.44</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
- <artifactId>apache-el</artifactId>
- <version>10.1.43</version>
+ <artifactId>mortbay-apache-el</artifactId>
+ <version>10.1.44</version>
Review Comment:
Good point, pushed a commit to make sure we do not have anything coming with
the legacy coordinates.
--
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]