JiriOndrusek commented on PR #3919: URL: https://github.com/apache/camel-quarkus/pull/3919#issuecomment-1222275482
> One final question. Are these dependencies needed in the `virtualDependencies` profile? > > ``` > <dependency> > <groupId>org.apache.camel.quarkus</groupId> > <artifactId>camel-quarkus-mock</artifactId> > </dependency> > <dependency> > <groupId>org.apache.camel.quarkus</groupId> > <artifactId>camel-quarkus-direct</artifactId> > </dependency> > ``` I fixed it (both dependencies are in the "standard" dependencies and *-deployment are in virtualDependencies now) -- 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]
