[
https://issues.apache.org/jira/browse/TOMEE-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Zowalla updated TOMEE-2993:
-----------------------------------
Fix Version/s: 8.0.8
> 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, 8.0.8
>
>
> 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)