mirror of https://github.com/apache/maven.git
parent
5cf6d6b53d
commit
5397fb66e7
|
@ -973,7 +973,7 @@ public class PomConstructionTest
|
|||
{
|
||||
PomTestWrapper pom = buildPom( "dependency-inheritance/sub" );
|
||||
assertEquals( 1, ( (List<?>) pom.getValue( "dependencies" ) ).size() );
|
||||
assertEquals( "4.4", pom.getValue( "dependencies[1]/version" ) );
|
||||
assertEquals( "4.13", pom.getValue( "dependencies[1]/version" ) );
|
||||
}
|
||||
|
||||
/** MNG-4034 */
|
||||
|
|
|
@ -53,7 +53,7 @@ under the License.
|
|||
-->
|
||||
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.1</junitVersion>
|
||||
<junitVersion>4.13</junitVersion>
|
||||
<plexusVersion>1.0-beta-3.0.7</plexusVersion>
|
||||
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
|
||||
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
|
||||
|
|
|
@ -53,7 +53,7 @@ under the License.
|
|||
-->
|
||||
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.1</junitVersion>
|
||||
<junitVersion>4.13</junitVersion>
|
||||
<plexusVersion>1.0-beta-3.0.7</plexusVersion>
|
||||
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
|
||||
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
|
||||
|
|
|
@ -33,7 +33,7 @@ under the License.
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<junitVersion>3.8.1</junitVersion>
|
||||
<junitVersion>4.13</junitVersion>
|
||||
</properties>
|
||||
<!--start-->
|
||||
<dependencies>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.4</version>
|
||||
<version>4.13</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.2</version>
|
||||
<version>4.13</version>
|
||||
<type>jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -53,7 +53,7 @@ under the License.
|
|||
-->
|
||||
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.1</junitVersion>
|
||||
<junitVersion>4.13</junitVersion>
|
||||
<plexusVersion>1.0-beta-3.0.7-SNAPSHOT</plexusVersion>
|
||||
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
|
||||
<plexusInterpolationVersion>1.1</plexusInterpolationVersion>
|
||||
|
|
|
@ -29,7 +29,7 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<version>4.13</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue