tihom88 commented on code in PR #758:
URL: https://github.com/apache/jackrabbit-oak/pull/758#discussion_r1280134285


##########
oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java:
##########
@@ -116,15 +116,16 @@ private Option setupTikaAndPoi() throws IOException {
                         , wrappedBundle(mavenBundle("org.apache.poi", "poi", 
versions.get(POI_VERSION)))
                         , wrappedBundle(mavenBundle("org.apache.poi", 
"poi-scratchpad", versions.get(POI_VERSION)))
                         , wrappedBundle(mavenBundle("org.apache.poi", 
"poi-ooxml", versions.get(POI_VERSION)))
-                        , wrappedBundle(mavenBundle("org.apache.poi", 
"poi-ooxml-schemas", versions.get(POI_VERSION)))
+                        , wrappedBundle(mavenBundle("org.apache.poi", 
"poi-ooxml-lite", versions.get(POI_VERSION)))
                                 .instructions("DynamicImport-Package=*")
                         , wrappedBundle(mavenBundle("org.apache.poi", 
"ooxml-security", "1.0"))
-                        , wrappedBundle(mavenBundle("org.apache.xmlbeans", 
"xmlbeans", "3.1.0"))
+                        , wrappedBundle(mavenBundle("org.apache.xmlbeans", 
"xmlbeans", "5.0.3"))
                         , wrappedBundle(mavenBundle("com.drewnoakes", 
"metadata-extractor", "2.6.2"))
                         , mavenBundle("org.apache.commons", 
"commons-collections4", versions.get(COLLECTIONS4_VERSION))
                         , mavenBundle("org.apache.commons", 
"commons-compress", versions.get(COMPRESS_VERSION))
                         , mavenBundle("org.apache.commons", "commons-lang3", 
versions.get(LANG3_VERSION))
                         , mavenBundle("org.apache.commons", "commons-math3", 
versions.get(MATH3_VERSION))
+                        , mavenBundle("org.apache.logging.log4j", "log4j-api", 
"2.17.2")

Review Comment:
   @reschke The reason was, we moved from poi 4.x to poi 5.x and log4j-api is a 
dependency for poi 5.x.
   
   But now instead of log4j-api, I upgraded pax version to handle this 
requirement. 



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