Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Excluding slf4j-log4j12 jar from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasters committed Mar 12, 2019
1 parent 9e8ff50 commit d054186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<configuration>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
<excludeScope>provided</excludeScope>
<excludeArtifactIds>junit,mockito-all,jackson-core,jackson-annotations,jackson-databind,xercesImpl,xml-apis,slf4j-api,slf4j-log4j2</excludeArtifactIds>
<excludeArtifactIds>junit,mockito-all,jackson-core,jackson-annotations,jackson-databind,xercesImpl,xml-apis,slf4j-api,slf4j-log4j12</excludeArtifactIds>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d054186

Please sign in to comment.