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 A57EA200AC8 for ; Tue, 7 Jun 2016 22:52:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A3F1F160A36; Tue, 7 Jun 2016 20:52:57 +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 EAD63160968 for ; Tue, 7 Jun 2016 22:52:56 +0200 (CEST) Received: (qmail 90568 invoked by uid 500); 7 Jun 2016 20:52:56 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 90559 invoked by uid 99); 7 Jun 2016 20:52:56 -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; Tue, 07 Jun 2016 20:52:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E850BDFB93; Tue, 7 Jun 2016 20:52:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergeyb@apache.org To: commits@cxf.apache.org Message-Id: <2f844e10c02a406e8287dc2221218d8e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: [CXF-6869] Adding rs-client dep to starter-jaxrs Date: Tue, 7 Jun 2016 20:52:55 +0000 (UTC) archived-at: Tue, 07 Jun 2016 20:52:57 -0000 Repository: cxf Updated Branches: refs/heads/master 9499a9ab9 -> a28ea6b29 [CXF-6869] Adding rs-client dep to starter-jaxrs Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a28ea6b2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a28ea6b2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a28ea6b2 Branch: refs/heads/master Commit: a28ea6b29c095ed9627dafa05b3d0d6ef6c89be6 Parents: 9499a9a Author: Sergey Beryozkin Authored: Tue Jun 7 21:52:39 2016 +0100 Committer: Sergey Beryozkin Committed: Tue Jun 7 21:52:39 2016 +0100 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml | 5 ----- .../main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml | 5 ----- integration/spring-boot/starter-jaxrs/pom.xml | 5 +++++ 3 files changed, 5 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/a28ea6b2/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml index 41a50bf..592e2f8 100644 --- a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml @@ -23,11 +23,6 @@ org.apache.cxf - cxf-rt-rs-client - ${cxf.version} - - - org.apache.cxf cxf-rt-rs-service-description ${cxf.version} http://git-wip-us.apache.org/repos/asf/cxf/blob/a28ea6b2/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml index f8c3a14..c3210bc0 100644 --- a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml @@ -23,11 +23,6 @@ org.apache.cxf - cxf-rt-rs-client - ${cxf.version} - - - org.apache.cxf cxf-rt-rs-service-description ${cxf.version} http://git-wip-us.apache.org/repos/asf/cxf/blob/a28ea6b2/integration/spring-boot/starter-jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/starter-jaxrs/pom.xml b/integration/spring-boot/starter-jaxrs/pom.xml index 30d1e59..6902115 100644 --- a/integration/spring-boot/starter-jaxrs/pom.xml +++ b/integration/spring-boot/starter-jaxrs/pom.xml @@ -55,6 +55,11 @@ ${project.version} + org.apache.cxf + cxf-rt-rs-client + ${project.version} + + javax.validation validation-api