You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/05/05 20:57:47 UTC

svn commit: r1099917 [2/2] - in /myfaces/tomahawk/trunk: ./ core/ core/src/test/java/org/apache/myfaces/component/html/ext/ core/src/test/java/org/apache/myfaces/custom/date/ core/src/test/java/org/apache/myfaces/custom/stylesheet/ core12/ core12/src/t...

Modified: myfaces/tomahawk/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/pom.xml?rev=1099917&r1=1099916&r2=1099917&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/pom.xml Thu May  5 18:57:45 2011
@@ -43,6 +43,38 @@
     <module>core20</module>
     <module>examples</module>
   </modules>
+  
+  <dependencyManagement>
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring</artifactId>
+            <version>2.0.1</version>
+            <scope>compile</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>2.5.1-final-20040804</version>
+            <scope>compile</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.freemarker</groupId>
+            <artifactId>freemarker</artifactId>
+            <version>2.3.10</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+           <groupId>com.lowagie</groupId>
+           <artifactId>itext</artifactId>
+           <version>1.4.8</version>
+        </dependency>
+
+    </dependencies>
+  </dependencyManagement>
 
   <build>
         <plugins>