r3748 - in trunk: lima-business lima-business/src/main/java/org/chorem/lima/business/ejb lima-swing
Author: dcosse Date: 2014-02-19 10:14:15 +0100 (Wed, 19 Feb 2014) New Revision: 3748 Url: http://chorem.org/projects/lima/repository/revisions/3748 Log: fix missing dependency Modified: trunk/lima-business/pom.xml trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java trunk/lima-swing/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2014-02-17 08:41:35 UTC (rev 3747) +++ trunk/lima-business/pom.xml 2014-02-19 09:14:15 UTC (rev 3748) @@ -43,10 +43,6 @@ <artifactId>opencsv</artifactId> </dependency> <dependency> - <groupId>com.lowagie</groupId> - <artifactId>itext</artifactId> - </dependency> - <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> </dependency> Modified: trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java =================================================================== --- trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java 2014-02-17 08:41:35 UTC (rev 3747) +++ trunk/lima-business/src/main/java/org/chorem/lima/business/ejb/DocumentServiceImpl.java 2014-02-19 09:14:15 UTC (rev 3748) @@ -26,7 +26,6 @@ package org.chorem.lima.business.ejb; import com.google.common.base.Strings; -import com.lowagie.text.Font; import org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2014-02-17 08:41:35 UTC (rev 3747) +++ trunk/lima-swing/pom.xml 2014-02-19 09:14:15 UTC (rev 3748) @@ -61,8 +61,11 @@ <version>${project.version}</version> <scope>compile</scope> </dependency> - <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-runtime</artifactId> <exclusions>
participants (1)
-
dcosse@users.chorem.org