You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2019/11/13 15:38:41 UTC

[GitHub] [tomee] scriptmonkey opened a new pull request #608: Ddded missing dependency for microprofile

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:
users@infra.apache.org


With regards,
Apache Git Services