aldettinger commented on code in PR #6939:
URL: https://github.com/apache/camel-quarkus/pull/6939#discussion_r1930686843
##########
extensions/google-pubsub/runtime/pom.xml:
##########
@@ -77,6 +77,10 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-google-cloud</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+ <artifactId>camel-quarkus-support-google-pubsub</artifactId>
+ </dependency>
<dependency>
Review Comment:
Are there more dependencies that could be removed from this pom ? Like
log4j* dependencies that are now located in extensions-support ?
--
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]