- Revision
- 555
- Author
- mauro
- Date
- 2008-01-17 09:29:02 -0600 (Thu, 17 Jan 2008)
Log Message
Updated dependency versions.
Modified Paths
Diff
Modified: trunk/pom.xml (554 => 555)
--- trunk/pom.xml 2008-01-17 04:10:44 UTC (rev 554) +++ trunk/pom.xml 2008-01-17 15:29:02 UTC (rev 555) @@ -82,31 +82,19 @@ <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2</version> + <scope>provided</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3</version> + <scope>provided</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1</version> + <version>1.1.1</version> <scope>provided</scope> - <exclusions> - <exclusion> - <groupId>avalon-framework</groupId> - <artifactId>avalon-framework</artifactId> - </exclusion> - <exclusion> - <groupId>logkit</groupId> - <artifactId>logkit</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>log4j</groupId> @@ -157,7 +145,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.3.1</version> + <version>2.4</version> <configuration> <junitArtifactName>junit:junit-dep</junitArtifactName> <includes> @@ -180,7 +168,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -312,21 +300,6 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>dependencies</report> - <report>project-team</report> - <report>license</report> - <report>mailing-list</report> - <!--<report>scm</report>--> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> </plugins>
To unsubscribe from this list please visit:
