o Excluded test scoped dependencies from maven.classpath

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@723120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-12-03 23:06:43 +00:00
parent 3a61ccdc8e
commit 2e0df3e33c
1 changed files with 14 additions and 8 deletions

22
pom.xml
View File

@ -267,7 +267,7 @@ under the License.
<module>maven-mercury</module>
<module>maven-embedder</module>
<module>maven-toolchain</module>
<module>maven-compat</module>
<module>maven-compat</module>
</modules>
<properties>
<aspectjVersion>1.5.3</aspectjVersion>
@ -419,11 +419,13 @@ under the License.
<artifactId>wagon-ssh-external</artifactId>
<version>${wagonVersion}</version>
</dependency>
<!-- Doxia -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
<version>${doxiaVersion}</version>
</dependency>
<!-- Maven Shared -->
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-model</artifactId>
@ -434,12 +436,7 @@ under the License.
<artifactId>wstx-asl</artifactId>
<version>${woodstoxVersion}</version>
</dependency>
<dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easyMockVersion}</version>
<scope>test</scope>
</dependency>
<!-- Commons -->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
@ -455,6 +452,7 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<!-- Mercury -->
<dependency>
<groupId>org.apache.maven.mercury</groupId>
<artifactId>mercury-artifact</artifactId>
@ -475,7 +473,15 @@ under the License.
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-plugin-manager</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependency>
<!--start-->
<dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easyMockVersion}</version>
<scope>test</scope>
</dependency>
<!--end-->
</dependencies>
<!--start-->
</dependencyManagement>