mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@676082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16ba522c66
commit
667fe087d5
|
@ -67,7 +67,7 @@ having a set of builds converge on the same repository for integration purposes.
|
||||||
<replace file="${basedir}/dependencies.xml" token="<!--start-->" value="<!--"/>
|
<replace file="${basedir}/dependencies.xml" token="<!--start-->" value="<!--"/>
|
||||||
<replace file="${basedir}/dependencies.xml" token="<!--end-->" value="-->"/>
|
<replace file="${basedir}/dependencies.xml" token="<!--end-->" value="-->"/>
|
||||||
<artifact:pom file="${basedir}/dependencies.xml" id="pom"/>
|
<artifact:pom file="${basedir}/dependencies.xml" id="pom"/>
|
||||||
<artifact:dependencies pathId="pom.pathid" filesetId="pom.fileset" verbose="${verbose}">
|
<artifact:dependencies pathId="pom.pathid" filesetId="pom.fileset" verbose="${verbose}" useScope="compile">
|
||||||
<localRepository path="${maven.repo.local}"/>
|
<localRepository path="${maven.repo.local}"/>
|
||||||
<pom refid="pom"/>
|
<pom refid="pom"/>
|
||||||
</artifact:dependencies>
|
</artifact:dependencies>
|
||||||
|
|
Binary file not shown.
|
@ -74,10 +74,6 @@
|
||||||
<groupId>easymock</groupId>
|
<groupId>easymock</groupId>
|
||||||
<artifactId>easymock</artifactId>
|
<artifactId>easymock</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-httpclient</groupId>
|
|
||||||
<artifactId>commons-httpclient</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
|
|
|
@ -70,10 +70,6 @@
|
||||||
<groupId>easymock</groupId>
|
<groupId>easymock</groupId>
|
||||||
<artifactId>easymock</artifactId>
|
<artifactId>easymock</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-httpclient</groupId>
|
|
||||||
<artifactId>commons-httpclient</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
7
pom.xml
7
pom.xml
|
@ -247,7 +247,6 @@
|
||||||
<aspectjVersion>1.5.3</aspectjVersion>
|
<aspectjVersion>1.5.3</aspectjVersion>
|
||||||
<classWorldsVersion>1.2-alpha-12</classWorldsVersion>
|
<classWorldsVersion>1.2-alpha-12</classWorldsVersion>
|
||||||
<commonsCliVersion>1.0</commonsCliVersion>
|
<commonsCliVersion>1.0</commonsCliVersion>
|
||||||
<commonsHttpClientVersion>3.1</commonsHttpClientVersion>
|
|
||||||
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
||||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||||
<junitVersion>3.8.1</junitVersion>
|
<junitVersion>3.8.1</junitVersion>
|
||||||
|
@ -395,12 +394,6 @@
|
||||||
<version>${easyMockVersion}</version>
|
<version>${easyMockVersion}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-httpclient</groupId>
|
|
||||||
<artifactId>commons-httpclient</artifactId>
|
|
||||||
<version>${commonsHttpClientVersion}</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-cli</groupId>
|
<groupId>commons-cli</groupId>
|
||||||
<artifactId>commons-cli</artifactId>
|
<artifactId>commons-cli</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue