[
https://issues.jboss.org/browse/ISPN-3574?page=com.atlassian.jira.plugin....
]
Sebastian Łaskawiec commented on ISPN-3574:
-------------------------------------------
This has been already implemented:
{code}
commit b0beed3e34f43aa867bfd6fa87bab87b2f9b5b4c
Author: Galder Zamarreño <galder(a)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)