Author: tchemit Date: 2009-11-08 15:17:50 +0100 (Sun, 08 Nov 2009) New Revision: 2737 Modified: trunk/pom.xml Log: use JAXX-2.0 clean poms Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-08 13:48:14 UTC (rev 2736) +++ trunk/pom.xml 2009-11-08 14:17:50 UTC (rev 2737) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -49,7 +50,6 @@ <scope>compile</scope> </dependency> - <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> @@ -63,33 +63,19 @@ <scope>compile</scope> </dependency> - <!-- librairie des widgets lutin --> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-widgets</artifactId> - <version>1.0.0-rc-2</version> - <scope>compile</scope> - </dependency> - <!-- librairie Jaxx --> <dependency> <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-runtime-swing</artifactId> + <artifactId>jaxx-runtime</artifactId> <version>${jaxx.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-swing-action</artifactId> + <artifactId>jaxx-widgets</artifactId> <version>${jaxx.version}</version> <scope>compile</scope> </dependency> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-runtime-swing-widget</artifactId> - <version>${jaxx.version}</version> - <scope>compile</scope> - </dependency> <!-- librairie topia --> <dependency> @@ -123,6 +109,14 @@ <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> + + <dependency> + <groupId>jdom</groupId> + <artifactId>jdom</artifactId> + <version>1.0</version> + <scope>compile</scope> + </dependency> + <!--dependency> <groupId>com.sun</groupId> <artifactId>jlfgr</artifactId> @@ -196,7 +190,8 @@ <eugene.version>1.0.0</eugene.version> <nuiton-utils.version>1.1.1</nuiton-utils.version> <topia.version>2.2.0</topia.version> - <jaxx.version>1.7.1</jaxx.version> + <jaxx.version>2.0.0-SNAPSHOT</jaxx.version> + <!--<jaxx.version>1.7.1</jaxx.version>--> <i18n.version>1.0.1</i18n.version> <!--commandline.version>1.0-SNAPSHOT</commandline.version-->
participants (1)
-
tchemit@users.chorem.org