This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git
commit a3edd50fc1df921de032a59fa3084c5f730156c3 Author: Thomas Vandahl <[email protected]> AuthorDate: Sat Jun 13 09:29:17 2009 +0000 Add explicit dependency on avalon-api. git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@784353 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 5574c87..c5dff66 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,11 @@ <dependencies> <dependency> + <groupId>org.apache.avalon.framework</groupId> + <artifactId>avalon-framework-api</artifactId> + <version>4.3.1</version> + </dependency> + <dependency> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-factory</artifactId> <version>1.0.4-SNAPSHOT</version>
