|
From: <de...@us...> - 2011-11-10 08:23:47
|
Revision: 6652
http://fudaa.svn.sourceforge.net/fudaa/?rev=6652&view=rev
Author: deniger
Date: 2011-11-10 08:23:40 +0000 (Thu, 10 Nov 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-crue/pom.xml
Modified: trunk/soft/fudaa-crue/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/pom.xml 2011-11-09 23:41:19 UTC (rev 6651)
+++ trunk/soft/fudaa-crue/pom.xml 2011-11-10 08:23:40 UTC (rev 6652)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<projetEncoding>UTF-8</projetEncoding>
@@ -39,6 +39,7 @@
<module>ui-study</module>
<module>ui-modelling</module>
<module>ui-post</module>
+ <module>ui-otfa</module>
</modules>
<dependencyManagement>
<dependencies>
@@ -89,6 +90,11 @@
<artifactId>ui-post</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-crue</groupId>
+ <artifactId>ui-otfa</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!--deprecated crue-ui laisser pour devel nouvelle application-->
<dependency>
<groupId>org.fudaa.soft.fudaa-crue</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|