Author: tchemit Date: 2010-10-26 12:15:27 +0200 (Tue, 26 Oct 2010) New Revision: 1022 Url: http://nuiton.org/repositories/revision/mavenpom/1022 Log: add commons-io and commons-jxpath Modified: trunk/pom.xml trunk/src/site/apt/properties.apt Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-25 16:40:00 UTC (rev 1021) +++ trunk/pom.xml 2010-10-26 10:15:27 UTC (rev 1022) @@ -227,6 +227,8 @@ <commonsBeanutilsVersions>1.8.2</commonsBeanutilsVersions> <commonsCollectionsVersion>3.2.1</commonsCollectionsVersion> <commonsHttpclientVersion>3.1</commonsHttpclientVersion> + <commonsIoVersion>1.4</commonsIoVersion> + <commonsJxpathVersion>1.3</commonsJxpathVersion> <commonsLangVersion>2.5</commonsLangVersion> <commonsLoggingVersion>1.1.1</commonsLoggingVersion> <commonsPrimitivesVersion>1.0</commonsPrimitivesVersion> @@ -331,6 +333,19 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commonsIoVersion}</version> + </dependency> + + + <dependency> + <groupId>commons-jxpath</groupId> + <artifactId>commons-jxpath</artifactId> + <version>${commonsJxpathVersion}</version> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4jVersion}</version> Modified: trunk/src/site/apt/properties.apt =================================================================== --- trunk/src/site/apt/properties.apt 2010-10-25 16:40:00 UTC (rev 1021) +++ trunk/src/site/apt/properties.apt 2010-10-26 10:15:27 UTC (rev 1022) @@ -84,10 +84,14 @@ *--------------------------------------+--------------------------------------+ | {{commonsBeanutilsVersions}} | <<1.8.2>> | *--------------------------------------+--------------------------------------+ +| {{commonsCollectionsVersion}} | <<3.2.1>> | +*--------------------------------------+--------------------------------------+ | {{commonsHttpclientVersion}} | <<3.1>> | *--------------------------------------+--------------------------------------+ -| {{commonsCollectionsVersion}} | <<3.2.1>> | +| {{commonsIoVersion}} | <<1.4>> | *--------------------------------------+--------------------------------------+ +| {{commonsJxpathVersion}} | <<1.3>> | +*--------------------------------------+--------------------------------------+ | {{commonsLangVersion}} | <<2.5>> | *--------------------------------------+--------------------------------------+ | {{commonsLoggingVersion}} | <<1.1.1>> | @@ -313,6 +317,19 @@ {{{http://hc.apache.org/httpclient-3.x/}commons-http-client}}.\ {{{Propriétés de versions}[remonter]}} +** {commonsIoVersion} + + La version de la librairie + {{{http://commons.apache.org/io/}commons-io}}.\ + {{{Propriétés de versions}[remonter]}} + + +** {commonsJxpathVersion} + + La version de la librairie + {{{http://commons.apache.org/jxpath/}commons-jxpath}}.\ + {{{Propriétés de versions}[remonter]}} + ** {commonsLangVersion} La version de la librairie
participants (1)
-
tchemit@users.nuiton.org