Expect fail for MNG-947 with Maven 3.0.5

Due to the addition of MNG-6229 it turns out that Maven 3.0.5 resolves
optional dependencies differently than other versions. The oldest
version to pass this IT is 3.1.0-alpha-1.
This commit is contained in:
Michael Osipov 2017-05-14 00:15:07 +02:00
parent 3d272dd5e2
commit a64d28aef9
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ public class MavenITmng0947OptionalDependencyTest
public void testit()
throws Exception
{
failingMavenVersions( "(,3.1.0-alpha-1)" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-0947" );
Verifier verifier = newVerifier( testDir.getAbsolutePath() );