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 352D7200BBD for ; Tue, 8 Nov 2016 17:47:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 33E4D160B13; Tue, 8 Nov 2016 16:47:00 +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 A124F160AD0 for ; Tue, 8 Nov 2016 17:46:59 +0100 (CET) Received: (qmail 16692 invoked by uid 500); 8 Nov 2016 16:46:58 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 16674 invoked by uid 99); 8 Nov 2016 16:46:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 16:46:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 721232C0276 for ; Tue, 8 Nov 2016 16:46:58 +0000 (UTC) Date: Tue, 8 Nov 2016 16:46:58 +0000 (UTC) From: "Brian Demers (JIRA)" To: dev@shiro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SHIRO-516) Explicitly specify the version of aspectjtools to avoid build warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Nov 2016 16:47:00 -0000 [ https://issues.apache.org/jira/browse/SHIRO-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Demers updated SHIRO-516: ------------------------------- Fix Version/s: (was: 2.0.0) > Explicitly specify the version of aspectjtools to avoid build warning > --------------------------------------------------------------------- > > Key: SHIRO-516 > URL: https://issues.apache.org/jira/browse/SHIRO-516 > Project: Shiro > Issue Type: Improvement > Affects Versions: 1.2.3 > Reporter: Andreas Kohn > Priority: Trivial > Labels: build, easyfix, patch > Fix For: 1.2.5 > > Attachments: SHIRO-516-build-aspectjtools-dependency.patch, SHIRO-516-build-aspectjtools-dependency.patch > > > When building the shiro-aspectj module there is a warning logged: > {noformat} > [WARNING] bad version number found in /home/andreas/project-4.3/shiro/repository/org/aspectj/aspectjrt/1.6.12/aspectjrt-1.6.12.jar expected 1.6.11 found 1.6.12 > {noformat} > This warning is caused by a difference in versions used by the plugin and the version used by shiro, and as per http://jira.codehaus.org/browse/MASPECTJ-106 can and should be fixed by explicitly adding a dependency on the correct aspectjtools version for the plugin. > See attached patch. -- This message was sent by Atlassian JIRA (v6.3.4#6332)