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 <davscl...@apache.org> Authored: Thu Dec 15 12:35:24 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> 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 @@ <artifactId>swagger-ui</artifactId> <version>${swagger-ui-version}</version> </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-webapp</artifactId> - <version>${jetty9-version}</version> - <scope>test</scope> - </dependency> <!-- logging --> <dependency>