Author: aheritier Date: Tue Nov 22 17:19:54 2005 New Revision: 348334 URL: http://svn.apache.org/viewcvs?rev=348334&view=rev Log: Comment dependency not available on ibiblio Also, we could use the one coming from geronimo.
Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/ejb/template-resources/project.xml Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-resources/ejb/template-resources/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-resources/ejb/template-resources/project.xml?rev=348334&r1=348333&r2=348334&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/genapp/src/plugin-resources/ejb/template-resources/project.xml (original) +++ maven/maven-1/plugins/trunk/genapp/src/plugin-resources/ejb/template-resources/project.xml Tue Nov 22 17:19:54 2005 @@ -83,11 +83,13 @@ <artifactId>junit</artifactId> <version>3.8.1</version> </dependency> + <!-- NOT AVAILABLE IN BIBLIO REPOSITORY --> + <!-- <dependency> - <groupId>ejb</groupId> - <artifactId>ejb</artifactId> + <id>ejb</id> <version>2.1</version> </dependency> + --> <dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet</artifactId>