pjfanning commented on code in PR #1020:
URL: https://github.com/apache/poi/pull/1020#discussion_r2883397833
##########
poi/src/test/java9/module-info.java:
##########
@@ -111,6 +111,7 @@ Licensed to the Apache Software Foundation (ASF) under one
or more
requires org.junit.jupiter.api;
requires org.junit.jupiter.params;
requires org.mockito;
+ requires static com.code_intelligence.jazzer.api;
Review Comment:
Can't you even host this change yourself? Why does this code need to be in
POI repo. It can be in any arbitrary Git repo.
--
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]