Author: tchemit Date: 2014-02-04 09:21:23 +0100 (Tue, 04 Feb 2014) New Revision: 2784 Url: http://nuiton.org/projects/jaxx/repository/revisions/2784 Log: optimize dependencies Modified: trunk/jaxx-compiler/pom.xml trunk/jaxx-demo/src/site/site_fr.xml trunk/jaxx-runtime/pom.xml trunk/jaxx-widgets/pom.xml trunk/src/site/site_fr.xml Modified: trunk/jaxx-compiler/pom.xml =================================================================== --- trunk/jaxx-compiler/pom.xml 2014-02-04 07:27:32 UTC (rev 2783) +++ trunk/jaxx-compiler/pom.xml 2014-02-04 08:21:23 UTC (rev 2784) @@ -91,8 +91,8 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> </dependency> <dependency> Modified: trunk/jaxx-demo/src/site/site_fr.xml =================================================================== --- trunk/jaxx-demo/src/site/site_fr.xml 2014-02-04 07:27:32 UTC (rev 2783) +++ trunk/jaxx-demo/src/site/site_fr.xml 2014-02-04 08:21:23 UTC (rev 2784) @@ -32,7 +32,7 @@ </bannerLeft> <poweredBy> - <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" + <logo href="${mavenpomSiteCommonResourcesUrl}/jaxx/" name="Jaxx" img="${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png"/> </poweredBy> Modified: trunk/jaxx-runtime/pom.xml =================================================================== --- trunk/jaxx-runtime/pom.xml 2014-02-04 07:27:32 UTC (rev 2783) +++ trunk/jaxx-runtime/pom.xml 2014-02-04 08:21:23 UTC (rev 2784) @@ -66,8 +66,8 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> </dependency> <dependency> Modified: trunk/jaxx-widgets/pom.xml =================================================================== --- trunk/jaxx-widgets/pom.xml 2014-02-04 07:27:32 UTC (rev 2783) +++ trunk/jaxx-widgets/pom.xml 2014-02-04 08:21:23 UTC (rev 2784) @@ -104,8 +104,8 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> </dependency> <dependency> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2014-02-04 07:27:32 UTC (rev 2783) +++ trunk/src/site/site_fr.xml 2014-02-04 08:21:23 UTC (rev 2784) @@ -59,7 +59,7 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${mavenpomSiteCommonResourcesUrl}/images/logos/maven-feather.png"/> - <logo href="http://maven-site.nuiton.org/jrst" name="JRst" + <logo href="${mavenpomSiteCommonResourcesUrl}/jrst" name="JRst" img="${mavenpomSiteCommonResourcesUrl}/images/logos/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" @@ -87,7 +87,7 @@ <breadcrumbs> <item name="${project.name}" - href="http://maven-site.nuiton.org/jaxx/index.html"/> + href="${mavenpomSiteCommonResourcesUrl}/jaxx/index.html"/> </breadcrumbs> <menu ref="modules"/>