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

    https://github.com/apache/accumulo/pull/239#discussion_r109939194
  
    --- Diff: server/monitor/pom.xml ---
    @@ -105,23 +113,13 @@
           <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
    -      <groupId>org.eclipse.jetty</groupId>
    -      <artifactId>jetty-http</artifactId>
    -      <scope>runtime</scope>
    -    </dependency>
    -    <dependency>
    -      <groupId>org.eclipse.jetty</groupId>
    -      <artifactId>jetty-io</artifactId>
    -      <scope>runtime</scope>
    --- End diff --
    
    They were being marked as declared but unused.  They are pulled in by the 
`jetty-server` jar so I think this removal is fine.
    
    ```
    [INFO] +- org.eclipse.jetty:jetty-server:jar:9.2.17.v20160517:compile
    [INFO] |  +- org.eclipse.jetty:jetty-http:jar:9.2.17.v20160517:compile
    [INFO] |  \- org.eclipse.jetty:jetty-io:jar:9.2.17.v20160517:compile
    ```


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