[forge-issues] [JBoss JIRA] (FORGE-2127) rest-setup --jaxrsVersion 2.0 adds jboss-javaee-6.0 to javaee 7.0 projects

George Gastaldi (JIRA) issues at jboss.org
Wed Nov 5 13:54:29 EST 2014


     [ https://issues.jboss.org/browse/FORGE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed FORGE-2127.
----------------------------------
    Fix Version/s: 2.12.2.Final
       Resolution: Done


> rest-setup --jaxrsVersion 2.0  adds jboss-javaee-6.0 to javaee 7.0 projects
> ---------------------------------------------------------------------------
>
>                 Key: FORGE-2127
>                 URL: https://issues.jboss.org/browse/FORGE-2127
>             Project: Forge
>          Issue Type: Bug
>          Components: Build Tools - Maven, Dependencies
>    Affects Versions: 2.12.1.Final
>         Environment: Gentoo Linux Current amd64
>            Reporter: Víctor Orozco
>            Assignee: George Gastaldi
>             Fix For: 2.12.2.Final
>
>
> On an empty new project configured to use javaee 7, the rest-setup step adds jboss-javaee-6.0 dependencyManagement on pom.xml.
>   <dependencyManagement>
>     <dependencies>
>       <dependency>
>         <groupId>javax</groupId>
>         <artifactId>javaee-api</artifactId>
>         <version>7.0</version>
>         <scope>provided</scope>
>       </dependency>
>       <dependency>
>         <groupId>org.jboss.spec</groupId>
>         <artifactId>jboss-javaee-6.0</artifactId>
>         <version>3.0.2.Final</version>
>         <type>pom</type>
>         <scope>import</scope>
>       </dependency>
>     </dependencies>
>   </dependencyManagement>



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)



More information about the forge-issues mailing list