- Revision
- 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
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:
