This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 9a56d23 NIFI-9021: Add javax.servlet-api to MiNiFi assembly
9a56d23 is described below
commit 9a56d233115f725822828b2790b8c3eda4d79b53
Author: Matthew Burgess <[email protected]>
AuthorDate: Fri Aug 6 16:15:01 2021 -0400
NIFI-9021: Add javax.servlet-api to MiNiFi assembly
This closes #5292
Signed-off-by: David Handermann <[email protected]>
---
minifi/minifi-assembly/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml
index 929b485..3fa3a7a 100644
--- a/minifi/minifi-assembly/pom.xml
+++ b/minifi/minifi-assembly/pom.xml
@@ -148,6 +148,11 @@ limitations under the License.
<artifactId>minifi-update-attribute-nar</artifactId>
<type>nar</type>
</dependency>
+ <dependency> <!-- handling this explicitly Must be in root lib -->
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
<!-- NiFi Assembly Dependencies-->
<dependency>