dlmarion commented on PR #3000:
URL: https://github.com/apache/accumulo/pull/3000#issuecomment-1270237672

   So, I added the following to the parent pom:
   ```
   @@ -695,6 +695,13 @@
          <artifactId>spotbugs-annotations</artifactId>
          <optional>true</optional>
        </dependency>
   +    <dependency>
   +      <!-- needed because https://issues.apache.org/jira/browse/LOG4J2-3601 
-->
   +      <groupId>org.apache.logging.log4j</groupId>
   +      <artifactId>log4j-core</artifactId>
   +      <scope>provided</scope>
   +      <optional>true</optional>
   +    </dependency>
   ```
   and removed the dependency declaration in `assemble/pom.xml`, 
`core/pom.xml`, and `server/monitor/pom.xml`. `mvn clean package` completed 
successfully, but `log4j-core` is not in the assembly (I assume it's supposed 
to be there for the monitor). So, the declaration in `assemble/pom.xml` may 
need to remain. Further tests are likely needed with this approach.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to