Hi, Bob, Adrian and Finn! On Fri, Jul 2, 2010 at 4:27 AM, Bob Schellink <[email protected]> wrote:
> I'm not a maven user so don't know the details, but click-extras depends on > click-core correct? No, depends on CLICK-NODEPS. I think click-CORE is click-2.2.0, isn't it? > And the pom.xml reflects this. Are you saying this isn't correct? I don't know. I want to understand it! I've not found any information about CLICK-NODEPS in the docs. When would we use them? On Fri, Jul 2, 2010 at 4:50 AM, Finn Bock <[email protected]> wrote: > > The dependencies in click-extras is correct, it depend on click-nodeps > and maven will resolve the dependencies that click-nodeps have. The > problem is that you should not have a dependency on click.jar. > > Click.jar is useful for people without dependency resolution software > (maven, ivy etc). Your projects pom should include > > <dependency> > <groupId>org.apache.click</groupId> > <artifactId>click-nodeps</artifactId> > <version>...</version> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.click</groupId> > <artifactId>click-extras</artifactId> > <version>...</version> > <scope>compile</scope> > </dependency> > > regards, > Finn > Thanks Finn, you are right! I've removed click-2.2.0 (salving 2.1 MB)! But that make me think: Is there anyone using click framework without click-extras? Regards, Gilberto
