ptlrs commented on code in PR #10419:
URL: https://github.com/apache/ozone/pull/10419#discussion_r3597780422
##########
hadoop-ozone/common/pom.xml:
##########
@@ -227,6 +235,20 @@
</annotationProcessors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <configuration>
+ <ignoredUnusedDeclaredDependencies>
+ <!--
+ OMConfigKeys references
ManagedCompactRangeOptions.BottommostLevelCompaction, an enum
+ inherited from org.rocksdb.CompactRangeOptions. Bytecode
resolves it to the rocksdb
+ class, so the analyzer does not see the hdds-managed-rocksdb
reference.
+ -->
+
<ignoredUnusedDeclaredDependency>org.apache.ozone:hdds-managed-rocksdb:jar</ignoredUnusedDeclaredDependency>
Review Comment:
Thanks for the suggestion @adoroszlai. I have updated the PR.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]