[infinispan-issues] [JBoss JIRA] (ISPN-3574) CDI module dependency on cdi-api should be "provided" instead of "compile"

Sebastian Łaskawiec (JIRA) issues at jboss.org
Wed Aug 20 05:59:29 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994266#comment-12994266 ] 

Sebastian Łaskawiec commented on ISPN-3574:
-------------------------------------------

This has been already implemented:
{code}
commit b0beed3e34f43aa867bfd6fa87bab87b2f9b5b4c
Author: Galder Zamarreño <galder at zamarreno.com>
Date:   Tue Jul 23 12:22:32 2013 +0200

    ISPN-3349 Avoid CDI module depending on JCache module
    
    * CDI now works independent from the JCache module.
    * Removed classes ported from solder that are no longer needed.
{code}

Current pom.xml:
{code}
<dependency>
         <groupId>javax.enterprise</groupId>
         <artifactId>cdi-api</artifactId>
         <scope>provided</scope>
      </dependency>
{code}

> CDI module dependency on cdi-api should be "provided" instead of "compile"
> --------------------------------------------------------------------------
>
>                 Key: ISPN-3574
>                 URL: https://issues.jboss.org/browse/ISPN-3574
>             Project: Infinispan
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build process
>            Reporter: Tristan Tarrant
>            Assignee: Tristan Tarrant
>




--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the infinispan-issues mailing list