[
https://issues.apache.org/jira/browse/ARTEMIS-2703?focusedWorklogId=418358&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-418358
]
ASF GitHub Bot logged work on ARTEMIS-2703:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Apr/20 09:00
Start Date: 08/Apr/20 09:00
Worklog Time Spent: 10m
Work Description: brusdev commented on pull request #3069: ARTEMIS-2703
Update commons-configuration2 version to 2.7
URL: https://github.com/apache/activemq-artemis/pull/3069#discussion_r405367956
##########
File path: artemis-features/src/main/resources/features.xml
##########
@@ -63,6 +63,7 @@
<configfile
finalname="etc/org.apache.activemq.artemis.cfg">mvn:org.apache.activemq/artemis-features/${pom.version}/cfg</configfile>
<configfile
finalname="etc/artemis.xml">mvn:org.apache.activemq/artemis-features/${pom.version}/xml/artemis</configfile>
+ <bundle dependency="true">mvn:javax.mail/mail/1.4.7</bundle>
Review comment:
@jbonofre thanks for your clarification.
If I replace the bundle `mvn:javax.mail/mail/1.4.7` with
`mvn:javax.mail/javax.mail-api/1.6.2` but I get the missing requirement error
for the import package: `com.sun.mail.util`.
If I replace the bundle `mvn:javax.mail/mail/1.4.7` with
`mvn:com.sun.mail/javax.mail/1.6.2` I don't get any missing requirement error.
WDYT?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 418358)
Time Spent: 1h 20m (was: 1h 10m)
> Update commons-configuration2 version to 2.7
> --------------------------------------------
>
> Key: ARTEMIS-2703
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2703
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Domenico Bruscino
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)