[
https://issues.apache.org/jira/browse/WW-4638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300167#comment-15300167
]
ASF GitHub Bot commented on WW-4638:
------------------------------------
GitHub user victorsosa opened a pull request:
https://github.com/apache/struts/pull/98
WW-4638 - TestNG 6.9.10 dependency error
Fix dependency issue and update to 1.7 jdk
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/victorsosa/struts WW-4638
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/struts/pull/98.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #98
----
commit da8b13a87ef0d6af54a8cabbc62d54fbca67f683
Author: victor sosa <[email protected]>
Date: 2016-03-03T18:16:11Z
Merge pull request #8 from apache/master
update pull
commit a5d716393999110b3701563479a96e83136a8b97
Author: victor sosa <[email protected]>
Date: 2016-03-03T18:41:11Z
Merge pull request #9 from victorsosa/easymock_update
Easymock update
commit 6bb1ec67ad539d4bf6850f8314ef521e06b8295e
Author: victor sosa <[email protected]>
Date: 2016-03-04T22:07:16Z
Merge pull request #10 from apache/master
pull update
commit 379b75292e6d084dc881e71f0a826c45934d9df8
Author: victor sosa <[email protected]>
Date: 2016-03-27T18:43:40Z
Merge pull request #11 from apache/master
update pull
commit 47cf4ff84b07523cca2e1c5571742368c5cb5556
Author: victor sosa <[email protected]>
Date: 2016-04-20T18:58:32Z
Merge pull request #13 from apache/master
update pull
commit ca74ac36fc7eb60e41eeaa8a539771169f900dd6
Author: victor sosa <[email protected]>
Date: 2016-05-04T14:47:57Z
Merge pull request #14 from apache/master
update pull
commit 6b360108e57b8986c6409b26cba9b3cd4f16a603
Author: victorsosa <[email protected]>
Date: 2016-05-17T12:37:13Z
WW-4634
commit b4facc8e0674851be581dc74cc262f275734a180
Author: victor sosa <[email protected]>
Date: 2016-05-17T12:39:51Z
Merge pull request #15 from apache/master
update pull
commit f9e4a5e676c2fde1603aa0809cb44c71d2e7a122
Author: victorsosa <[email protected]>
Date: 2016-05-17T12:50:50Z
Merge branch 'master' of github.com:victorsosa/struts
commit ffdacf1b60b8bf1df54af004a5fd84752eb522b4
Author: victorsosa <[email protected]>
Date: 2016-05-17T13:00:33Z
WW-4634
commit bbc38622193da5e06cda5497937786f628e584de
Author: victorsosa <[email protected]>
Date: 2016-05-25T14:42:14Z
WW-4638
TestNG 6.9.10 dependency error
Fix dependency issue
commit 03a90b2308fa6e2c17ce81eaf7d0d9f16adfd64d
Author: victor sosa <[email protected]>
Date: 2016-05-25T14:48:46Z
Update controlheader.ftl
commit 4138b2a6f021c8de750ec52cfe7b01fabc8abc6c
Author: victor sosa <[email protected]>
Date: 2016-05-25T14:49:11Z
Update styles.css
commit 2a071cc3aacbde7f2d61516e1f23877401169829
Author: victor sosa <[email protected]>
Date: 2016-05-25T14:49:56Z
Update controlheader.ftl
----
> 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.3.29, 2.5.1
>
>
> 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)