Re: [chain] dependencies

2005-11-15 Thread Carlos Sanchez
What maven2 tries to address with "optional" means that there's a very high chance for that jar not to be needed. Let's say you can use chain in a standalone (not servlet) environment, then servlet dependency is optional. This is a way to solve problems that usually would be easier solved having

Re: [chain] dependencies

2005-11-15 Thread Craig McClanahan
On 11/15/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > I'm trying to sort out the dependencies for Chain-- right now the pom > in the repository (for Maven 2) is bringing the Servlet and Portlet > APIs plus a beta version of MyFaces into any project that depends on > it. > > From the project home

[chain] dependencies

2005-11-15 Thread Wendy Smoak
I'm trying to sort out the dependencies for Chain-- right now the pom in the repository (for Maven 2) is bringing the Servlet and Portlet APIs plus a beta version of MyFaces into any project that depends on it. >From the project home page, it looks like all three of these are optional. Can someon