r3477 - in trunk: . lima-business
Author: echatellier Date: 2012-06-26 18:05:11 +0200 (Tue, 26 Jun 2012) New Revision: 3477 Url: http://chorem.org/repositories/revision/lima/3477 Log: Add missing dependency Modified: trunk/lima-business/pom.xml trunk/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2012-06-26 15:48:13 UTC (rev 3476) +++ trunk/lima-business/pom.xml 2012-06-26 16:05:11 UTC (rev 3477) @@ -44,6 +44,10 @@ <artifactId>pdfbox</artifactId> </dependency> <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>pdfbox-example</artifactId> + </dependency> + <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-06-26 15:48:13 UTC (rev 3476) +++ trunk/pom.xml 2012-06-26 16:05:11 UTC (rev 3477) @@ -224,6 +224,12 @@ <version>1.7.0</version> </dependency> + <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>pdfbox-example</artifactId> + <version>1.7.0</version> + </dependency> + </dependencies> </dependencyManagement>
participants (1)
-
echatellier@users.chorem.org