You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2020/01/29 20:32:02 UTC

[camel-spring-boot] branch master updated: [CAMEL-14454]add camel-example-spring-boot-rest-openapi in examples list

This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new f2cdd7f  [CAMEL-14454]add camel-example-spring-boot-rest-openapi in examples list
f2cdd7f is described below

commit f2cdd7fca3b30571d8cfd12caa48fac1e98db06e
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Wed Jan 29 15:31:53 2020 -0500

    [CAMEL-14454]add camel-example-spring-boot-rest-openapi in examples list
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 0b580e2..3fa7080 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -62,6 +62,7 @@
         <module>camel-example-spring-boot-rest-producer</module>
         <module>camel-example-spring-boot-rest-swagger</module>
         <module>camel-example-spring-boot-rest-swagger-simple</module>
+        <module>camel-example-spring-boot-rest-openapi</module>
         <module>camel-example-spring-boot-servicecall</module>
         <module>camel-example-spring-boot-supervising-route-controller</module>
         <module>camel-example-spring-boot-twitter-salesforce</module>