Author: djencks Date: Sat Nov 6 23:02:54 2004 New Revision: 56819 Modified: geronimo/trunk/modules/axis/project.xml Log: Axis won't build for me, but this fixes the particular problem I caused in the module
Modified: geronimo/trunk/modules/axis/project.xml ============================================================================== --- geronimo/trunk/modules/axis/project.xml (original) +++ geronimo/trunk/modules/axis/project.xml Sat Nov 6 23:02:54 2004 @@ -100,6 +100,11 @@ <artifactId>geronimo-j2ee</artifactId> <version>${pom.currentVersion}</version> </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-j2ee-builder</artifactId> + <version>${pom.currentVersion}</version> + </dependency> <dependency> <groupId>geronimo</groupId> <artifactId>geronimo-security</artifactId>