brusdev commented on a change in 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]


With regards,
Apache Git Services

Reply via email to