NIFI-10563 This closes #6461. Added commons-lang3 dependency to nifi-bootstrap

- Added commons-lang3 include to Ranger assembly configuration

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2022-09-29 10:15:31 -05:00 committed by Joe Witt
parent 3e60414d48
commit fa193ca14b
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
2 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,7 @@
<include>org.apache.nifi:nifi-ranger-resources:jar</include>
<include>org.slf4j:slf4j-api</include>
<include>org.slf4j:jcl-over-slf4j</include>
<include>org.apache.commons:commons-lang3</include>
</includes>
</dependencySet>
<!-- Write out scripts from nifi-ranger-resources to ext/ranger/scripts -->

View File

@ -90,6 +90,10 @@ language governing permissions and limitations under the License. -->
<artifactId>nifi-expression-language</artifactId>
<version>1.18.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>