From commits-return-1388-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Wed May 15 13:41:08 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BB1D4180621 for ; Wed, 15 May 2019 15:41:07 +0200 (CEST) Received: (qmail 96181 invoked by uid 500); 15 May 2019 13:41:07 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 96172 invoked by uid 99); 15 May 2019 13:41:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2019 13:41:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2F21B873AE; Wed, 15 May 2019 13:41:03 +0000 (UTC) Date: Wed, 15 May 2019 13:41:03 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin] branch master updated: Removes spring boot dependency management as it subverted the versions we were using MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155792766303.18057.2326535039318188295@gitbox.apache.org> From: adriancole@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1978b6b1cf061aaab1cf8191538d84738497cb55 X-Git-Newrev: 3876e5d63a5e691a65b7011e0dc59190494c8434 X-Git-Rev: 3876e5d63a5e691a65b7011e0dc59190494c8434 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git The following commit(s) were added to refs/heads/master by this push: new 3876e5d Removes spring boot dependency management as it subverted the versions we were using 3876e5d is described below commit 3876e5d63a5e691a65b7011e0dc59190494c8434 Author: Adrian Cole AuthorDate: Wed May 15 15:40:52 2019 +0200 Removes spring boot dependency management as it subverted the versions we were using --- pom.xml | 16 ---------------- zipkin-server/pom.xml | 24 +++++++++++++++--------- 2 files changed, 15 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index 33410a3..751a97b 100755 --- a/pom.xml +++ b/pom.xml @@ -444,22 +444,6 @@ - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - - repackage - - - - - ${start-class} - - - - maven-jar-plugin ${maven-jar-plugin.version} diff --git a/zipkin-server/pom.xml b/zipkin-server/pom.xml index bb8f33f..be50a90 100644 --- a/zipkin-server/pom.xml +++ b/zipkin-server/pom.xml @@ -33,7 +33,6 @@ ${project.basedir}/.. 1.8 java18 - zipkin.server.ZipkinServer 1.3.31 3.2.0 ${project.build.directory}/generated-test-sources/wire @@ -42,14 +41,6 @@ - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - com.linecorp.armeria armeria-bom ${armeria.version} @@ -63,12 +54,14 @@ org.springframework.boot spring-boot-starter-web + ${spring-boot.version} org.springframework.boot spring-boot-starter-log4j2 + ${spring-boot.version} @@ -93,11 +86,13 @@ org.springframework.boot spring-boot-starter-actuator + ${spring-boot.version} org.springframework.boot spring-boot-configuration-processor + ${spring-boot.version} true @@ -297,6 +292,7 @@ org.springframework.boot spring-boot-starter-test + ${spring-boot.version} test @@ -455,10 +451,20 @@ + org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + zipkin.server.ZipkinServer exec true