scriptmonkey opened a new pull request #608: Ddded missing dependency for microprofile URL: https://github.com/apache/tomee/pull/608 Jira card: TOMEE-2731 This fixes a missing dependency for microprofile. This was discussed in the dev email list. I added: ``` <dependency> <!-- Added in for backwards compatibility with the move to Jakarta EE coordinates --> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> <version>1.2.1</version> </dependency> ```
---------------------------------------------------------------- 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
