Skip to content

Commit

Permalink
Fix error-prone-contrib runtime classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Nov 1, 2024
1 parent 4b458e0 commit 11dd218
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion error-prone-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>refaster-support</artifactId>
<scope>provided</scope>
<!-- XXX: One would expect this to be a `provided` dependency (as
Refaster rules are interpreted by the `refaster-runner` module),
but the `OptionalOrElseGet` bug checker defined by this module
depends on the `RequiresComputation` matcher that
`refaster-support` primarily exposes for use by Refaster rules.
Review this setup. (Should the matchers be moved elsewhere?) -->
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 11dd218

Please sign in to comment.