[
https://issues.apache.org/jira/browse/ARTEMIS-3624?focusedWorklogId=706843&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-706843
]
ASF GitHub Bot logged work on ARTEMIS-3624:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jan/22 13:33
Start Date: 11/Jan/22 13:33
Worklog Time Spent: 10m
Work Description: gemmellr commented on pull request #3905:
URL:
https://github.com/apache/activemq-artemis/pull/3905#issuecomment-1009969021
The version number was never missing, it was specifically omitted to avoid
versioning that particular transitive dependency (which the exclusion was being
applied to) differently than other related transitive deps, which this change
would then begin to do and indeed already starts with a disparate version.
I raised #3909 with a different change which manages the overall exclusion
differently, applying it at the base test dep it transitively relates to, which
is itself versioned and thus avoids the issue.
I'd note also Eclipse can important Maven projects itself directly (Import
Existing Maven Project), though in complex cases like Artemis you do end up
having to jump some hoops to get things fully functional in some cases. I do
most of my work via CLI so I've never bothered to jump those hoops, the basic
import has been enough for me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 706843)
Time Spent: 40m (was: 0.5h)
> MVN eclipse:eclipse fails due to missing version for
> org.apache.kerby/token-provider
> ------------------------------------------------------------------------------------
>
> Key: ARTEMIS-3624
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3624
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.20.0
> Reporter: Erwin Dondorp
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The topmost pom.xml file lists a dependency on
> {{org.apache.kerby:token-provider}} without specifying a version number. This
> prevents the use of {{mvn eclipse:eclipse}}.
> Simply adding {{<version>2.0.1</version>}} solves the problem.
> a PR is added.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)