mirror of https://github.com/apache/maven.git
o make sure jxpath doesn't make it into the distro, it's for testing
o don't need plexus-interactivity in the core git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@772241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6a8b20cba
commit
fbe0e563d8
|
@ -65,10 +65,6 @@
|
||||||
<groupId>easymock</groupId>
|
<groupId>easymock</groupId>
|
||||||
<artifactId>easymock</artifactId>
|
<artifactId>easymock</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-jxpath</groupId>
|
|
||||||
<artifactId>commons-jxpath</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
12
pom.xml
12
pom.xml
|
@ -58,7 +58,6 @@ under the License.
|
||||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||||
<junitVersion>3.8.1</junitVersion>
|
<junitVersion>3.8.1</junitVersion>
|
||||||
<plexusVersion>1.0-beta-3.0.7-SNAPSHOT</plexusVersion>
|
<plexusVersion>1.0-beta-3.0.7-SNAPSHOT</plexusVersion>
|
||||||
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
|
|
||||||
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
|
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
|
||||||
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
|
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
|
||||||
<plexusUtilsVersion>1.5.8</plexusUtilsVersion>
|
<plexusUtilsVersion>1.5.8</plexusUtilsVersion>
|
||||||
|
@ -264,17 +263,6 @@ under the License.
|
||||||
<artifactId>plexus-interpolation</artifactId>
|
<artifactId>plexus-interpolation</artifactId>
|
||||||
<version>${plexusInterpolationVersion}</version>
|
<version>${plexusInterpolationVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-interactivity-api</artifactId>
|
|
||||||
<version>${plexusInteractivityVersion}</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-component-api</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Plexus test dependencies -->
|
<!-- Plexus test dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue