You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/18 12:27:50 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #281: Missing versions/dependancies in rest json example

ppalaga commented on issue #281: Missing versions/dependancies in rest json example
URL: https://github.com/apache/camel-quarkus/issues/281#issuecomment-543714943
 
 
   Thanks for the report, @basis42 !
   
   Sorry for that, the docs on https://camel.apache.org updates with the master, while it is written for a release that does not exist yet. 
   
   If you do not mind using SNAPSHOTs in your work, you may do the following:
   
   ```
   cd camel-quarkus
   git reset --hard upstream/master # where upstream is github.com/apache/camel-quarkus
   mvn clean install -DskipTests
   ```
   
   and proceed with the steps in the guide using the current master SNAPSHOT version instead of 0.2.0 where the `platform-http` component is not available yet.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services