You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2007/10/16 23:20:04 UTC

svn commit: r585263 - /myfaces/tobago/trunk/sandbox/pom.xml

Author: lofwyr
Date: Tue Oct 16 14:20:03 2007
New Revision: 585263

URL: http://svn.apache.org/viewvc?rev=585263&view=rev
Log:
add needed dependency

Modified:
    myfaces/tobago/trunk/sandbox/pom.xml

Modified: myfaces/tobago/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox/pom.xml?rev=585263&r1=585262&r2=585263&view=diff
==============================================================================
--- myfaces/tobago/trunk/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/sandbox/pom.xml Tue Oct 16 14:20:03 2007
@@ -208,6 +208,18 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.apache.myfaces.tobago</groupId>
+      <artifactId>tobago-facelets</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>sun.jdk</groupId>
+          <artifactId>tools</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
       <version>${facelets.version}</version>