Update of /var/cvs/all/example-webapp
In directory james.mmbase.org:/tmp/cvs-serv30091

Modified Files:
        pom.xml 
Log Message:



See also: http://cvs.mmbase.org/viewcvs/all/example-webapp


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/example-webapp/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml     11 Feb 2009 10:44:52 -0000      1.1
+++ pom.xml     11 Feb 2009 16:54:30 -0000      1.2
@@ -7,7 +7,6 @@
     <version>1.9</version>
   </parent>
 
-
   <artifactId>example-webapp</artifactId>
   <packaging>war</packaging>
   <name>MMBase Example webapp</name>
@@ -32,5 +31,18 @@
       <artifactId>mmbase</artifactId>
       <version>${mmbase.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.mmbase</groupId>
+      <artifactId>mmbase-taglib</artifactId>
+      <version>${mmbase.version}</version>
+      <type>war</type>
+    </dependency>
   </dependencies>
+
+  <repositories>
+    <repository>
+      <id>mmbase</id>
+      <url>http://www.mmbase.org/maven2</url>
+    </repository>
+  </repositories>
 </project>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to