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

    https://github.com/apache/nifi-minifi/pull/13#discussion_r60306396
  
    --- 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 --
    
    Licensing looks okay for Jetty as it is dual licensed EPL & ASLv2, however 
there is a NOTICE at 
https://github.com/eclipse/jetty.project/blob/master/NOTICE.txt where I think 
we need to carry over the copyright in our NOTICE.



---
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