[gatein-issues] [JBoss JIRA] (GTNPORTAL-2831) A wrong exclusion of ehcache-core maven dependency in the root POM

Trong Tran (JIRA) jira-events at lists.jboss.org
Thu Feb 28 04:57:56 EST 2013


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



More information about the gatein-issues mailing list