Mauro We need your expertise here. Shouldn´t simple-example depends on the core project? This way we will not need to redeclare dependencies like velocity, ognl, paranamer and so on. It seems it was working before, and my commit is just a workaround.
thanks On 31 May 2007 04:01:36 -0000, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
Revision 112 <http://fisheye.codehaus.org/changelog/waffle/?cs=112> Author paulosilveira Date 2007-05-30 23:01:35 -0500 (Wed, 30 May 2007) Log Message adding picocontainer as a dependecy: SimpleRegistrarTest was failing Modified Paths - trunk/examples/simple-example/pom.xml<#112e04bcc4deb56b_trunkexamplessimpleexamplepomxml> Diff Modified: trunk/examples/simple-example/pom.xml (111 => 112) --- trunk/examples/simple-example/pom.xml 2007-05-31 03:58:38 UTC (rev 111) +++ trunk/examples/simple-example/pom.xml 2007-05-31 04:01:35 UTC (rev 112) @@ -27,6 +27,10 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>org.picocontainer</groupId> + <artifactId>picocontainer</artifactId> + </dependency> + <dependency> <groupId>ognl</groupId> <artifactId>ognl</artifactId> </dependency> ------------------------------ To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
-- Paulo E. A. Silveira Caelum Ensino e Soluções em Java http://www.caelum.com.br/
