From: <fg...@us...> - 2012-06-12 12:52:59
|
Revision: 4065 http://openutils.svn.sourceforge.net/openutils/?rev=4065&view=rev Author: fgiust Date: 2012-06-12 12:52:53 +0000 (Tue, 12 Jun 2012) Log Message: ----------- update pdfbox version Modified Paths: -------------- magnoliamodules/branches/magnolia44/openutils-mgnlmedia/pom.xml Modified: magnoliamodules/branches/magnolia44/openutils-mgnlmedia/pom.xml =================================================================== --- magnoliamodules/branches/magnolia44/openutils-mgnlmedia/pom.xml 2012-06-12 08:50:52 UTC (rev 4064) +++ magnoliamodules/branches/magnolia44/openutils-mgnlmedia/pom.xml 2012-06-12 12:52:53 UTC (rev 4065) @@ -196,7 +196,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>1.4.0</version> + <version>1.6.0</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -245,6 +245,10 @@ <groupId>org.freehep</groupId> <artifactId>freehep-graphicsio-tests</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> </dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |