Author: hfnukal
Date: 2011-11-18 07:07:59 -0500 (Fri, 18 Nov 2011)
New Revision: 8098
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
Log:
JBEPP-1364 EPP-SP: Missing jempbox library in gatein.ear/lib causes error on uploading PDF
files
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-18
11:00:19 UTC (rev 8097)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2011-11-18
12:07:59 UTC (rev 8098)
@@ -1155,6 +1155,19 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>fontbox</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>jempbox</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+
+
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Show replies by date