Author: vsalaun Date: 2011-07-11 12:26:05 +0200 (Mon, 11 Jul 2011) New Revision: 3206 Url: http://chorem.org/repositories/revision/lima/3206 Log: update pom for release Modified: trunk/lima-business/pom.xml trunk/lima-swing/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2011-07-11 10:26:04 UTC (rev 3205) +++ trunk/lima-business/pom.xml 2011-07-11 10:26:05 UTC (rev 3206) @@ -15,6 +15,11 @@ <dependencies> <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>javaee-api</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>lima-callao</artifactId> <version>${project.version}</version> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2011-07-11 10:26:04 UTC (rev 3205) +++ trunk/lima-swing/pom.xml 2011-07-11 10:26:05 UTC (rev 3206) @@ -48,6 +48,11 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> + + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-persistence</artifactId> + </dependency> <dependency> <groupId>org.nuiton.i18n</groupId>