Skip to content

Commit

Permalink
Flag classpath issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Sep 28, 2022
1 parent 262ef66 commit dc2cc13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions refaster-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>refaster-compiler</artifactId>
<!-- XXX: This `runtime` scope declaration ensures that
`AnnotatedCompositeCodeTransformer` instances can be deserialized.
It also makes our custom Refaster annotations available. The issue
with this setup is that `refaster-compiler` has *non*-`provided`
dependency declarations on Error Prone, as it should be able to
function independently. This could cause classpath issues for users
of *this* module. Consider moving
`AnnotatedCompositeCodeTransformer` back to `refaster-support`. -->
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit dc2cc13

Please sign in to comment.