UmeshPatil-1 commented on code in PR #701:
URL: https://github.com/apache/atlas/pull/701#discussion_r3719879278


##########
repository/pom.xml:
##########
@@ -168,6 +174,15 @@
             <artifactId>hbase-client</artifactId>
         </dependency>
 
+        <!-- Required at runtime by Apache POI 5.x (XSSFWorkbook / XLSX 
export).
+             log4j-api is excluded from poi/poi-ooxml above to avoid duplicate 
logging
+             bindings, but POI still references 
org.apache.logging.log4j.Logger at class init. -->
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <version>${log4j-api.version}</version>

Review Comment:
   Yes, this is required for XLSX export. 



-- 
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]

Reply via email to