Shindig depends on JUEL which brings issues in JBoss AS 6.
I've seen that our forked Shindig now depends on gatein-dep:
http://anonsvn.jboss.org/repos/gatein/components/shindig/trunk/pom.xml
http://anonsvn.jboss.org/repos/gatein/maven/dep/trunk/pom.xml
But the Juel library is defined twice with different versions.
We can define the version 2.2.3 in dep and remove the version from
shindig pom so that we embed the correct one (At the moment it takes the
older one which brings the issues).
I'm a bit confused on the history of the changes, so wanted to validate
with Chris and Julien about the best way to reduce issues.
I guess we should also remove juel all along from JBoss AS packaging,
not sure about Tomcat.
Thomas