Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi/pull/43#discussion_r87900582
  
    --- Diff: minifi-assembly/pom.xml ---
    @@ -177,23 +182,57 @@ limitations under the License.
     
             <!-- Provided in NiFi so must include here too -->
             <dependency>
    +            <groupId>org.bouncycastle</groupId>
    +            <artifactId>bcprov-jdk15on</artifactId>
    +            <version>1.54</version>
    +            <scope>compile</scope>
    +        </dependency>
    +        <dependency>
                 <groupId>org.eclipse.jetty</groupId>
    -            <artifactId>jetty-servlet</artifactId>
    +            <artifactId>jetty-util</artifactId>
    +            <version>9.3.9.v20160517</version>
                 <scope>compile</scope>
             </dependency>
             <dependency>
    +            <groupId>org.apache.commons</groupId>
    +            <artifactId>commons-lang3</artifactId>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.httpcomponents</groupId>
    +            <artifactId>httpclient</artifactId>
    +        </dependency>
    +        <dependency>
    +            <groupId>com.google.guava</groupId>
    +            <artifactId>guava</artifactId>
    --- End diff --
    
    This is brought in by the nifi-framework-nar, so believe it is additionally 
needed at a lower level to support those components that may use it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to