Author: tchemit Date: 2008-02-13 11:56:38 +0000 (Wed, 13 Feb 2008) New Revision: 907 Modified: trunk/simexplorer-is/simexplorer-is-storage/pom.xml Log: reunification des modules entities et storage en un unique module storage Modified: trunk/simexplorer-is/simexplorer-is-storage/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-storage/pom.xml 2008-02-13 11:55:25 UTC (rev 906) +++ trunk/simexplorer-is/simexplorer-is-storage/pom.xml 2008-02-13 11:56:38 UTC (rev 907) @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>simexplorer-is</groupId> + <!--groupId>simexplorer-is</groupId--> <artifactId>simexplorer-is-storage</artifactId> <name>Storage</name> @@ -31,7 +31,7 @@ </profile> </profiles> - <!--build> + <build> <plugins> <plugin> <groupId>lutinplugin</groupId> @@ -54,7 +54,7 @@ </executions> </plugin> </plugins> - </build--> + </build> <dependencies> <dependency> @@ -68,15 +68,15 @@ <version>1.1</version> </dependency> <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.3</version> + </dependency> + <dependency> <groupId>jboss</groupId> <artifactId>jboss-ejb3x</artifactId> <version>4.2.2.GA</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>simexplorer-is</groupId> - <artifactId>simexplorer-is-entities</artifactId> - <version>0.0.1-SNAPSHOT</version> - </dependency> </dependencies> </project> \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org