You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/08/09 14:51:18 UTC

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #121: create extension for camel's core cloud impl

lburgazzoli commented on a change in pull request #121: create extension for camel's core cloud impl
URL: https://github.com/apache/camel-quarkus/pull/121#discussion_r312516255
 
 

 ##########
 File path: extensions/core-cloud/runtime/pom.xml
 ##########
 @@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.camel.quarkus</groupId>
+        <artifactId>camel-quarkus-core-cloud-parent</artifactId>
+        <version>0.1.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>camel-quarkus-core-cloud</artifactId>
 
 Review comment:
   No, this is not a camel component but the implementation of the `org.apache.camel.cloud` interfaces that are part of camel-core-api

----------------------------------------------------------------
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