jam01 opened a new pull request #3908:
URL: https://github.com/apache/camel/pull/3908


   This enables the plugins to identify rest component through
   org.apache.camel.springboot:camel-{component}-starter dependencies. 
   
   Instead of needing
   ```
           <dependency>
               <groupId>org.apache.camel.springboot</groupId>
               <artifactId>camel-netty-http-starter</artifactId>
           </dependency>
           <dependency>
               <groupId>org.apache.camel</groupId>
               <artifactId>camel-netty-http</artifactId>
           </dependency>
   ```
   for the generator to pick up netty-http, we can just do 
   ```
           <dependency>
               <groupId>org.apache.camel.springboot</groupId>
               <artifactId>camel-netty-http-starter</artifactId>
           </dependency>
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to