You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Richard Zowalla (Jira)" <ji...@apache.org> on 2021/04/07 14:28:00 UTC

[jira] [Assigned] (TOMEE-2993) API pom for each TomEE distribution

     [ https://issues.apache.org/jira/browse/TOMEE-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Zowalla reassigned TOMEE-2993:
--------------------------------------

    Assignee: David Blevins

> API pom for each TomEE distribution
> -----------------------------------
>
>                 Key: TOMEE-2993
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2993
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: David Blevins
>            Assignee: David Blevins
>            Priority: Major
>             Fix For: 8.0.7
>
>
> Provides a dependency projects can use with scope `provided` along side the pre-existing dependency that contains all TomEE libraries.
>  
> For example, to get TomEE MicroProfile into your classpath with the proper scopes, use these dependencies:
> {code:java}
>      <dependency>
>        <groupId>org.apache.tomee.bom</groupId>
>        <artifactId>tomee-microprofile-api</artifactId>
>        <version>8.0.7-SNAPSHOT</version>
>        <scope>provided</scope>
>      </dependency>
>      <dependency>
>        <groupId>org.apache.tomee.bom</groupId>
>        <artifactId>tomee-microprofile</artifactId>
>        <version>8.0.7-SNAPSHOT</version>
>        <scope>test</scope>
>      </dependency>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)