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

    https://github.com/apache/nifi-minifi/pull/13#discussion_r60308361
  
    --- Diff: pom.xml ---
    @@ -177,6 +178,16 @@ limitations under the License.
                     <version>${org.slf4j.version}</version>
                     <scope>provided</scope>
                 </dependency>
    +            <dependency>
    +                <groupId>org.eclipse.jetty</groupId>
    +                <artifactId>jetty-server</artifactId>
    +                <version>${jetty.version}</version>
    +            </dependency>
    +            <dependency>
    +                <groupId>org.eclipse.jetty</groupId>
    +                <artifactId>jetty-servlet</artifactId>
    --- End diff --
    
    Yup I will add the same Jetty section that NiFi uses:
    
      (ASLv2) Jetty
        The following NOTICE information applies:
           Jetty Web Container
           Copyright 1995-2015 Mort Bay Consulting Pty Ltd.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to