You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Andrea Cosentino <an...@gmail.com> on 2020/04/06 07:22:29 UTC

Re: [camel-examples] branch master updated: "CAMEL-14557:added modules"

Wait a moment, we are reverting these changes.

Il giorno lun 6 apr 2020 alle ore 09:18 <ra...@apache.org> ha scritto:

> This is an automated email from the ASF dual-hosted git repository.
>
> ramu12 pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/camel-examples.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new f23c2ea  "CAMEL-14557:added modules"
> f23c2ea is described below
>
> commit f23c2ea4e0a8996357b7cf347f7f6b2a466f587a
> Author: Kodanda Ramu Kakarla <kk...@kkakarla.pnq.csb>
> AuthorDate: Mon Apr 6 12:46:24 2020 +0530
>
>     "CAMEL-14557:added modules"
> ---
>  examples/pom.xml | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/examples/pom.xml b/examples/pom.xml
> index f8db9c8..ecc757e 100644
> --- a/examples/pom.xml
> +++ b/examples/pom.xml
> @@ -144,6 +144,20 @@
>          <module>camel-example-servlet-tomcat</module>
>          <module>camel-example-splunk</module>
>          <module>camel-example-spring</module>
> +        <module>camel-example-spring-boot</module>
> +        <module>camel-example-spring-boot-amqp</module>
> +
> <module>camel-example-spring-boot-clustered-route-controller</module>
> +        <module>camel-example-spring-boot-geocoder</module>
> +        <module>camel-example-spring-boot-grpc</module>
> +        <module>camel-example-spring-boot-health-checks</module>
> +        <module>camel-example-spring-boot-infinispan</module>
> +        <module>camel-example-spring-boot-metrics</module>
> +        <module>camel-example-spring-boot-pojo</module>
> +        <module>camel-example-spring-boot-rest-jpa</module>
> +        <module>camel-example-spring-boot-rest-swagger</module>
> +        <module>camel-example-spring-boot-servicecall</module>
> +
> <module>camel-example-spring-boot-supervising-route-controller</module>
> +        <module>camel-example-spring-boot-xml</module>
>          <module>camel-example-spring-javaconfig</module>
>          <module>camel-example-spring-jms</module>
>          <module>camel-example-spring-pulsar</module>
> @@ -211,6 +225,8 @@
>
>  <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
>          <groovy-version>3.0.2</groovy-version>
>
>  <geronimo-jms2-spec-version>1.0-alpha-2</geronimo-jms2-spec-version>
> +        <grpc-version>1.25.0</grpc-version>
> +        <grpc-guava-version>28.1-jre</grpc-guava-version>
>          <gson-version>2.8.5</gson-version>
>          <hapi-version>2.3</hapi-version>
>          <hamcrest-version>2.2</hamcrest-version>
> @@ -248,6 +264,8 @@
>          <osgi-version>6.0.0</osgi-version>
>          <pax-cdi-version>1.0.0</pax-cdi-version>
>
>  <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
> +        <protobuf-version>3.10.0</protobuf-version>
> +
> <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
>
>  <shrinkwrap-descriptors-version>2.0.0</shrinkwrap-descriptors-version>
>          <sshd-version>2.0.0</sshd-version>
>          <slf4j-version>1.7.30</slf4j-version>
> @@ -258,6 +276,7 @@
>          <spring-version-range>[5,6)</spring-version-range>
>          <spring-version>${spring5-version}</spring-version>
>          <spring5-version>5.2.5.RELEASE</spring5-version>
> +        <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
>
>  <surefire.version>${maven-surefire-plugin-version}</surefire.version>
>          <tinybundles-version>2.1.1</tinybundles-version>
>          <tomcat-version>9.0.31</tomcat-version>
>
>