Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 993AF200BE2 for ; Thu, 15 Dec 2016 12:35:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 92C72160B10; Thu, 15 Dec 2016 11:35:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DA83E160B0B for ; Thu, 15 Dec 2016 12:35:38 +0100 (CET) Received: (qmail 71027 invoked by uid 500); 15 Dec 2016 11:35:37 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 71018 invoked by uid 99); 15 Dec 2016 11:35:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2016 11:35:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 92538E040F; Thu, 15 Dec 2016 11:35:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Polished Date: Thu, 15 Dec 2016 11:35:37 +0000 (UTC) archived-at: Thu, 15 Dec 2016 11:35:39 -0000 Repository: camel Updated Branches: refs/heads/master b6c532d1c -> 2f01b1e0e Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2f01b1e0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2f01b1e0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2f01b1e0 Branch: refs/heads/master Commit: 2f01b1e0e536366a0b4865bfeeda38f817708e1c Parents: b6c532d Author: Claus Ibsen Authored: Thu Dec 15 12:35:24 2016 +0100 Committer: Claus Ibsen Committed: Thu Dec 15 12:35:24 2016 +0100 ---------------------------------------------------------------------- platforms/catalog-rest-app/ReadMe.md | 12 ++++++++++++ platforms/catalog-rest-app/pom.xml | 6 ------ 2 files changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2f01b1e0/platforms/catalog-rest-app/ReadMe.md ---------------------------------------------------------------------- diff --git a/platforms/catalog-rest-app/ReadMe.md b/platforms/catalog-rest-app/ReadMe.md new file mode 100644 index 0000000..97ea172 --- /dev/null +++ b/platforms/catalog-rest-app/ReadMe.md @@ -0,0 +1,12 @@ +Camel Catalog REST Application +============================== + +This is a little standalone application which hosts the Camel Catalog REST API. + +You can run the application using + + mvn compile exec:java + +And then from a web browser you can access the REST API from the embedded Swagger UI + + http://localhost:8080/api-docs?url=/swagger.json http://git-wip-us.apache.org/repos/asf/camel/blob/2f01b1e0/platforms/catalog-rest-app/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/catalog-rest-app/pom.xml b/platforms/catalog-rest-app/pom.xml index 744cfae..13df485 100644 --- a/platforms/catalog-rest-app/pom.xml +++ b/platforms/catalog-rest-app/pom.xml @@ -84,12 +84,6 @@ swagger-ui ${swagger-ui-version} - - org.eclipse.jetty - jetty-webapp - ${jetty9-version} - test -