This is an automated email from the ASF dual-hosted git repository.
joewitt 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 bdede27447 NIFI-11119 This closes #6911. Excluded snakeyaml:android
from javafaker
bdede27447 is described below
commit bdede2744735278a98868d8de6699dee0fb05440
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Jan 31 10:54:20 2023 -0600
NIFI-11119 This closes #6911. Excluded snakeyaml:android from javafaker
- Added direct dependency on standard snakeyaml version to
nifi-standard-processors
Signed-off-by: Joe Witt <[email protected]>
---
.../nifi-standard-bundle/nifi-standard-processors/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index ae3b0dcd7d..1a41c8ed0f 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -326,6 +326,17 @@
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
+ <exclusions>
+ <!-- Exclude snakeyaml with android qualifier -->
+ <exclusion>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>