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 BEA6D200B5E for ; Wed, 10 Aug 2016 09:20:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BD577160A93; Wed, 10 Aug 2016 07:20:49 +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 11E32160A90 for ; Wed, 10 Aug 2016 09:20:48 +0200 (CEST) Received: (qmail 15460 invoked by uid 500); 10 Aug 2016 07:20:48 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 15449 invoked by uid 99); 10 Aug 2016 07:20:48 -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; Wed, 10 Aug 2016 07:20:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E8860E2F35; Wed, 10 Aug 2016 07:20:47 +0000 (UTC) From: neykov To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server pull request #294: Adds brooklyn-rest-client feature Content-Type: text/plain Message-Id: <20160810072047.E8860E2F35@git1-us-west.apache.org> Date: Wed, 10 Aug 2016 07:20:47 +0000 (UTC) archived-at: Wed, 10 Aug 2016 07:20:49 -0000 Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/294#discussion_r74196358 --- Diff: karaf/features/src/main/feature/feature.xml --- @@ -100,6 +100,38 @@ mvn:javax.servlet/javax.servlet-api/${javax-servlet.version} + + brooklyn-rest-api + swagger + + mvn:org.apache.brooklyn/brooklyn-rest-client/${project.version} + + mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient.version} + mvn:commons-logging/commons-logging/${commons-logging.version} + mvn:commons-codec/commons-codec/${commons-codec.version} + + wrap:mvn:com.google.code.findbugs/jsr305/${jsr305.version} + + mvn:com.google.code.gson/gson/${gson.version} + + wrap:mvn:org.jboss.resteasy/resteasy-jaxrs/${resteasy.version} + wrap:mvn:org.jboss.resteasy/resteasy-jackson2-provider/${resteasy.version} + wrap:mvn:org.jboss.resteasy/jaxrs-api/${resteasy.version} + mvn:org.jboss.spec.javax.annotation/jboss-annotations-api_1.1_spec/${jboss-annotations-api_1.1_spec.version} + wrap:mvn:javax.activation/activation/${javax-activation.version} + mvn:commons-io/commons-io/${commons-io.version} + wrap:mvn:net.jcip/jcip-annotations/${jcip-annotations.version} --- End diff -- https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.jcip-annotations/1.0_1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---