Trong Tran created GTNPORTAL-2831:
-------------------------------------
Summary: 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)
Reporter: Trong Tran
Priority: Minor
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