mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Flag classpath issue
This commit is contained in:
committed by
Gijs de Jong
parent
66e2542470
commit
d72a587ab2
@@ -41,6 +41,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>
|
||||
|
||||
Reference in New Issue
Block a user