Author: matzew
Date: Thu Feb 22 01:20:16 2007
New Revision: 510451

URL: http://svn.apache.org/viewvc?view=rev&rev=510451
Log:
overhaulments ...

Modified:
    
incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/myfaces-archetype-trinidad/pom.xml

Modified: 
incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/myfaces-archetype-trinidad/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/myfaces-archetype-trinidad/pom.xml?view=diff&rev=510451&r1=510450&r2=510451
==============================================================================
--- 
incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/myfaces-archetype-trinidad/pom.xml
 (original)
+++ 
incubator/adffaces/tags/maven-plugin-parent-1.0.0-incubating/myfaces-archetype-trinidad/pom.xml
 Thu Feb 22 01:20:16 2007
@@ -33,5 +33,12 @@
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Trinidad Archetype</name>
   <description>Archetype to ease the burden of creating a new application 
based with Trinidad</description>
-
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>


Reply via email to