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 2008/04/05 04:49:56 UTC

svn commit: r645020 - /myfaces/tomahawk/trunk/pom.xml

Author: lu4242
Date: Fri Apr  4 19:49:55 2008
New Revision: 645020

URL: http://svn.apache.org/viewvc?rev=645020&view=rev
Log:
dependecy for TOMAHAWK-1229

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=645020&r1=645019&r2=645020&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Fri Apr  4 19:49:55 2008
@@ -108,7 +108,12 @@
 		<groupId>batik</groupId>
 		<artifactId>batik-awt-util</artifactId>
 		<version>1.6-1</version>
-	</dependency>        
+	</dependency>     
+	<dependency>
+		<groupId>com.lowagie</groupId>
+		<artifactId>itext</artifactId>
+		<version>1.4.8</version>
+	</dependency>  		
       </dependencies>
 
       <properties>
@@ -181,11 +186,17 @@
           <scope>${jsf-impl.scope}</scope>
         </dependency>
         
-	<dependency>
+     	<dependency>
 		<groupId>batik</groupId>
 		<artifactId>batik-awt-util</artifactId>
 		<version>1.6-1</version>
-	</dependency>        
+	</dependency>   
+	
+	<dependency>
+		<groupId>com.lowagie</groupId>
+		<artifactId>itext</artifactId>
+		<version>1.4.8</version>
+	</dependency>  	
         
       </dependencies>
 
@@ -203,7 +214,8 @@
           <url>http://repo1.maven.org/maven2</url>
           <layout>legacy</layout>
         </repository>
-      </repositories>
+        
+      </repositories> 
 
       <properties>
         <jsf_implementation>JSF-RI</jsf_implementation>