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 7EB78200B41 for ; Thu, 7 Jul 2016 12:25:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D60A160A68; Thu, 7 Jul 2016 10:25:13 +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 DA101160A7C for ; Thu, 7 Jul 2016 12:25:12 +0200 (CEST) Received: (qmail 83624 invoked by uid 500); 7 Jul 2016 10:25:11 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 83272 invoked by uid 99); 7 Jul 2016 10:25:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 10:25:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 493C62C0003 for ; Thu, 7 Jul 2016 10:25:11 +0000 (UTC) Date: Thu, 7 Jul 2016 10:25:11 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (WW-4638) TestNG 6.9.10 dependency error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Jul 2016 10:25:13 -0000 [ https://issues.apache.org/jira/browse/WW-4638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart updated WW-4638: ------------------------------ Fix Version/s: (was: 2.5.2) 2.5.3 > TestNG 6.9.10 dependency error > ------------------------------ > > Key: WW-4638 > URL: https://issues.apache.org/jira/browse/WW-4638 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - TestNG > Affects Versions: 2.3.28, 2.5 > Reporter: Jon Juaristi > Fix For: 2.5.3 > > > When trying to add the TestNG plugin as a dependency with TestNG 6.9.10 in Gradle, the test compilation fails. > The output for these dependencies > {code} > testCompile 'org.assertj:assertj-core:2.4.1' > testCompile 'org.testng:testng:6.9.10' > testCompile 'org.apache.struts:struts2-testng-plugin:2.3.28.1' > //or testCompile 'org.apache.struts:struts2-testng-plugin:2.5' > {code} > Is the next one > {code} > FAILURE: Build failed with an exception. > * What went wrong: > Could not resolve all dependencies for configuration ':testCompileClasspath'. > > Could not find testng-jdk15.jar (org.testng:testng:6.9.10). > Searched in the following locations: > https://repo1.maven.org/maven2/org/testng/testng/6.9.10/testng-6.9.10-jdk15.jar > {code} > The same happens for JCenter. > It searches a file that doesn't exist, from what I've read the last version with jdk15.jar is something like 4.4.7, if I'm not mistaken. -- This message was sent by Atlassian JIRA (v6.3.4#6332)