sultan commented on code in PR #963:
URL: https://github.com/apache/tomee/pull/963#discussion_r1019408847
##########
server/openejb-cxf/pom.xml:
##########
@@ -264,7 +264,7 @@
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
- <version>${saaj-impl.version}</version>
+ <version>${version.impl.saaj}</version>
Review Comment:
The intent was to have all future ambiguous impl in a "version.impl" prefix
like version.impl.activation and version.impl.mail to disambiguate with api
version with prefixes without impl. There should be ambiguity only with those
three. It can be changed to something else entirely if needed.
--
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]