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