Author: tchemit Date: 2011-05-21 00:56:38 +0200 (Sat, 21 May 2011) New Revision: 195 Url: http://nuiton.org/repositories/revision/jredmine/195 Log: update some dependencies (doxia, m-changes-p, plexus components) + optimize them Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-05-20 22:55:40 UTC (rev 194) +++ trunk/pom.xml 2011-05-20 22:56:38 UTC (rev 195) @@ -137,6 +137,11 @@ <artifactId>plexus-sec-dispatcher</artifactId> </exclusion> + <exclusion> + <groupId>velocity</groupId> + <artifactId>velocity</artifactId> + </exclusion> + </exclusions> </dependency> @@ -153,18 +158,24 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> <version>1.1.8</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-i18n</artifactId> - <version>1.0-beta-7</version> + <version>1.0-beta-10</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> - <version>1.5</version> + <version>1.7</version> </dependency> <dependency> @@ -222,6 +233,12 @@ </dependency> <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-impl</artifactId> + <version>2.0.5</version> + </dependency> + + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${mavenVersion}</version> @@ -290,8 +307,30 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <version>${doxiaVersion}</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-site-renderer</artifactId> <version>${doxiaVersion}</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + <exclusion> + <groupId>velocity</groupId> + <artifactId>velocity</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -327,20 +366,24 @@ <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> <exclusions> <exclusion> - <groupId>plexus</groupId> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-mail-sender-simple</artifactId> </exclusion> <exclusion> - <groupId>plexus</groupId> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-mail-sender-api</artifactId> </exclusion> <exclusion> - <groupId>plexus</groupId> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-mail-sender-javamail</artifactId> </exclusion> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> <exclusion> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> @@ -477,7 +520,7 @@ <!-- must be on a fixed version, not on the snapshot to make possible release --> <jredminePluginVersion>1.1.4</jredminePluginVersion> - <doxiaVersion>1.0</doxiaVersion> + <doxiaVersion>1.2</doxiaVersion> <!-- documentation is in apt --> <siteSourcesType>apt</siteSourcesType>
participants (1)
-
tchemit@users.nuiton.org