opwvhk commented on code in PR #2142:
URL: https://github.com/apache/avro/pull/2142#discussion_r1138345189
##########
lang/java/compiler/pom.xml:
##########
@@ -232,6 +232,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ </dependency>
Review Comment:
I only see the dependency being used in the test code (which is perfect
IMHO). Can we please reduce the scope to test?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]