apupier commented on code in PR #8132:
URL: https://github.com/apache/camel-quarkus/pull/8132#discussion_r2689997037


##########
extensions/fop/runtime/pom.xml:
##########
@@ -40,6 +40,14 @@
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-awt</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.quarkiverse.batik</groupId>
+            <artifactId>quarkus-batik</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mozilla</groupId>
+            <artifactId>rhino</artifactId>
+        </dependency>

Review Comment:
   this is an optional dependency of Apache fop.
   When registering all services, we need it to have the compilation passing.
   
   The downside is that now we have it all the time, even with JVM mode. The 
advantage is that it should cover more use case (even if I do not know which 
ones exactly)



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