This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 4682c75 Fixup 9217ba9 Solr native support fixes #1703 4682c75 is described below commit 4682c75dcedbd1ad090a87ab0eef1177450ff387 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Fri Dec 4 11:25:27 2020 +0100 Fixup 9217ba9 Solr native support fixes #1703 --- integration-tests/solr/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/solr/pom.xml b/integration-tests/solr/pom.xml index ad090a9..ce71b8a 100644 --- a/integration-tests/solr/pom.xml +++ b/integration-tests/solr/pom.xml @@ -101,7 +101,7 @@ <artifactId>quarkus-resteasy-jackson-deployment</artifactId> </dependency> - <!-- The following dependencies guarantee that this module is built after them. You can update them by runing `mvn process-resources -Pformat -N` from the source tree root directory --> + <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory --> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-solr-deployment</artifactId>