2009/9/26 Musachy Barroso <musa...@gmail.com>
> yeah the problem is that I wanted to add a spring + hibernate example
> to the new showcase, and it needs that jar, which is then messed up.

Then you can add it as a dependency in the pom. Probably the problem
is more complex, since:
* you have to include the package in servlet containers, since in Java
EE application server should be included (i.e. provided dependency);
* what you cannot do is to include it in the published WAR. If you
deploy that WAR it is not an issue, since it is not downloadable. Add
a README file in the distribution and you're done.

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to