You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/02/05 20:53:31 UTC

svn commit: r618760 - /myfaces/tobago/trunk/example/seam/pom.xml

Author: bommel
Date: Tue Feb  5 11:53:29 2008
New Revision: 618760

URL: http://svn.apache.org/viewvc?rev=618760&view=rev
Log:
start with a seam example for tobago

Modified:
    myfaces/tobago/trunk/example/seam/pom.xml

Modified: myfaces/tobago/trunk/example/seam/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/seam/pom.xml?rev=618760&r1=618759&r2=618760&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/seam/pom.xml (original)
+++ myfaces/tobago/trunk/example/seam/pom.xml Tue Feb  5 11:53:29 2008
@@ -77,6 +77,11 @@
         </exclusion>
       </exclusions>
     </dependency>
+     <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>2.7.6</version>
+    </dependency>
     <dependency>
       <groupId>org.jboss.seam</groupId>
       <artifactId>jboss-seam-ui</artifactId>