Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-2993

API pom for each TomEE distribution

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 8.0.7, 8.0.8
    • None
    • None

    Description

      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:

           <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>

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: