pivotal-jbarrett commented on a change in pull request #5967:
URL: https://github.com/apache/geode/pull/5967#discussion_r566394048
##########
File path: boms/geode-all-bom/src/test/resources/expected-pom.xml
##########
@@ -877,6 +877,12 @@
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>20.1.0</version>
+ <scope>compile</scope>
Review comment:
The seems off. I would expect the default scope for this type to be
`compileOnly`, though I don't think it really matters much in a bom.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]