I identified the issue was with another maven dependencies.

Needed to add an exclusion like this to them :

[code] <exclusions>
      <exclusion> 
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-log4j12</artifactId>
      </exclusion>
      <exclusion> 
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
      </exclusion>
    </exclusions> [/code]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=30ce3c0d-5f32-4698-865c-e5fc58f36e09


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to