NIFI-9021: Add javax.servlet-api to MiNiFi assembly

This closes #5292

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Matthew Burgess 2021-08-06 16:15:01 -04:00 committed by exceptionfactory
parent b34b5b8eef
commit 9a56d23311
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 5 additions and 0 deletions

View File

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