Author: echatellier Date: 2012-06-26 18:10:22 +0200 (Tue, 26 Jun 2012) New Revision: 3478 Url: http://chorem.org/repositories/revision/lima/3478 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 16:05:11 UTC (rev 3477) +++ trunk/lima-business/pom.xml 2012-06-26 16:10:22 UTC (rev 3478) @@ -45,7 +45,7 @@ </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> - <artifactId>pdfbox-example</artifactId> + <artifactId>pdfbox-examples</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-06-26 16:05:11 UTC (rev 3477) +++ trunk/pom.xml 2012-06-26 16:10:22 UTC (rev 3478) @@ -226,7 +226,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> - <artifactId>pdfbox-example</artifactId> + <artifactId>pdfbox-examples</artifactId> <version>1.7.0</version> </dependency>
participants (1)
-
echatellier@users.chorem.org