mirror of https://github.com/apache/nifi.git
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:
parent
b34b5b8eef
commit
9a56d23311
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue