Github user veteranbv commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2715#discussion_r189289257
--- Diff:
nifi-nar-bundles/nifi-language-translation-bundle/nifi-yandex-processors/pom.xml
---
@@ -53,7 +53,12 @@
<artifactId>jersey-media-json-jackson</artifactId>
<version>${jersey.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.glassfish.jersey.inject</groupId>
+ <artifactId>jersey-hk2</artifactId>
--- End diff --
I'll get the following line added to the NOTICE file:
` (CDDL 1.1) (GPL2 w/ CPE) jersey-hk2
(org.glassfish.jersey.inject:jersey-hk2:jar:2.26 - https://jersey.github.io/)`
---