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

[camel-spring-boot] 01/03: Added camel-aws2-eks starter

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

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

commit fc6ef8e85ca5a3f56c26d7a8bc098e469a390fa8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 29 17:27:20 2020 +0100

    Added camel-aws2-eks starter
---
 components-starter/camel-aws2-eks-starter/pom.xml | 53 +++++++++++++++++++++++
 components-starter/pom.xml                        |  1 +
 2 files changed, 54 insertions(+)

diff --git a/components-starter/camel-aws2-eks-starter/pom.xml b/components-starter/camel-aws2-eks-starter/pom.xml
new file mode 100644
index 0000000..fee2374
--- /dev/null
+++ b/components-starter/camel-aws2-eks-starter/pom.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>components-starter</artifactId>
+        <version>3.1.0-SNAPSHOT</version>
+    </parent>
+    <artifactId>camel-aws2-eks-starter</artifactId>
+    <packaging>jar</packaging>
+<!--    <name>Camel Spring Boot :: Starters :: Dozer</name>-->
+<!--    <description>Spring-Boot Starter for Camel Support for the Dozer type conversion framework</description>-->
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter</artifactId>
+            <version>${spring-boot-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-aws2-eks</artifactId>
+            <version>${camel-version}</version>
+        </dependency>
+        <!--START OF GENERATED CODE-->
+        <dependency>
+            <groupId>org.apache.camel.springboot</groupId>
+            <artifactId>camel-core-starter</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.springboot</groupId>
+            <artifactId>camel-spring-boot-starter</artifactId>
+        </dependency>
+        <!--END OF GENERATED CODE-->
+    </dependencies>
+</project>
diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index a005c5f..ee14c38 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -135,6 +135,7 @@
     <module>camel-aws-translate-starter</module>
     <module>camel-aws-xray-starter</module>
     <module>camel-aws2-ecs-starter</module>
+    <module>camel-aws2-eks-starter</module>
     <module>camel-aws2-translate-starter</module>
     <module>camel-azure-starter</module>
     <module>camel-barcode-starter</module>