(sorry for bad formatting Outlook-for-Mac doesn't support Internet quoting)

Thanks Mark, I did that until I finally was able to exclude it altogether.

-Chris

On 1/17/20, 10:20 AM, "Mark H. Wood" <mw...@iupui.edu> wrote:

    For the version problem, I would try adding something like:
    
      <dependencyManagement>
        <dependency>
          <groupId>org.apache.logging.log4j</groupId>
          <artifactId>log4j-slf4j-impl</artifactId>
          <version>2.11.0</version>
        </dependency>
      </dependencyManagement>
    
    to pin down the version no matter what is pulling it in.  Not ideal,
    since you want to be rid of this dependency altogether, but at least
    it may allow the spring-boot artifact to run, until the other problem
    is sorted.

Reply via email to