[
https://issues.jboss.org/browse/GTNPORTAL-2831?page=com.atlassian.jira.pl...
]
Trong Tran updated GTNPORTAL-2831:
----------------------------------
Priority: Major (was: Minor)
A wrong exclusion of ehcache-core maven dependency in the root POM
------------------------------------------------------------------
Key: GTNPORTAL-2831
URL:
https://issues.jboss.org/browse/GTNPORTAL-2831
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.5.0.Final
Reporter: Trong Tran
Labels: portal-s70
the ehcache-core lib is being used at runtime by gadget server.
BUT today it is excluded from shindig-common dependency management in the root POM which
will raises a side effect in dependency inheritance:
{code}
<dependency>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-common</artifactId>
<version>${org.shindig.version}</version>
<exclusions>
<exclusion>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
</exclusion>
</exclusions>
</dependency>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira