Author: fdesbois Date: 2009-10-14 14:54:29 +0200 (Wed, 14 Oct 2009) New Revision: 2670 Modified: trunk/callao-service/pom.xml trunk/pom.xml Log: - Cleaning non used dependency for topia-soa - Remove jnlp and jlfgr Modified: trunk/callao-service/pom.xml =================================================================== --- trunk/callao-service/pom.xml 2009-10-13 16:50:55 UTC (rev 2669) +++ trunk/callao-service/pom.xml 2009-10-14 12:54:29 UTC (rev 2670) @@ -20,13 +20,16 @@ <artifactId>callao-entity</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> + </dependency> + +<!-- <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-soa</artifactId> - </dependency> + </dependency>--> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -54,15 +57,15 @@ </resource> </resources> <plugins> - + <!-- Plug in Topia --> - <plugin> + <!--<plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>maven-eugene-plugin</artifactId> <executions> <execution> <phase>process-sources</phase> - <!--Configuration of model generator--> + Configuration of model generator <configuration> <addCompileDirectory>true</addCompileDirectory> <srcDirZuml>../callao-entity/src/main/xmi/</srcDirZuml> @@ -78,10 +81,10 @@ <input>../callao-entity/src/main/xmi/</input> <output>target/generated-sources/xmi</output> </zargoResources> - + </configuration> - - + + <goals> <goal>zargo2xmi</goal> <goal>xmi2objectmodel</goal> @@ -89,7 +92,7 @@ </goals> </execution> </executions> - <!--dependencies> + dependencies> <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> @@ -107,10 +110,11 @@ </exclusion> </exclusions> </dependency> - </dependencies--> + </dependencies - </plugin> + </plugin>--> </plugins> </build> </project> + Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-13 16:50:55 UTC (rev 2669) +++ trunk/pom.xml 2009-10-14 12:54:29 UTC (rev 2670) @@ -37,12 +37,18 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> <version>${topia.version}</version> - </dependency> - <dependency> + </dependency> + <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> + <version>1.1</version> + </dependency> + +<!-- <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-soa</artifactId> <version>${topia.version}</version> - </dependency> + </dependency>--> <dependency> <groupId>org.nuiton</groupId>