Skip to content

Commit

Permalink
Merge pull request #12255 from geoand/#12252
Browse files Browse the repository at this point in the history
Fix Sentry usage with fast-jar
  • Loading branch information
geoand authored Sep 23, 2020
2 parents ddf0357 + 17acb04 commit 65559ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/logging-sentry/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<configuration>
<parentFirstArtifacts>
<parentFirstArtifact>io.sentry:sentry</parentFirstArtifact>
<!-- slf4j is used in static init of io.sentry.config.Lookup so we need it in the same classloader -->
<parentFirstArtifact>org.slf4j:slf4j-api</parentFirstArtifact>
</parentFirstArtifacts>
</configuration>
</plugin>
Expand Down

0 comments on commit 65559ff

Please sign in to comment.