elharo edited a comment on pull request #5:
URL: https://github.com/apache/maven-shared-io/pull/5#issuecomment-652375598
Some of the tests use it. I'm trying to figure out how to eliminate it from
tests here and elsewhere, but at least this PR will keep compat from slipping
into the transitive dependency tree of everything that depends on shared-io.
```
[ERROR]
testShouldNotResolveWhenArtifactResolutionExceptionThrown(org.apache.maven.shared.io.location.ArtifactLocatorStrategyTest)
Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError:
org/apache/maven/artifact/factory/ArtifactFactory
at
org.apache.maven.shared.io.location.ArtifactLocatorStrategyTest.setUp(ArtifactLocatorStrategyTest.java:52)
[ERROR]
testShouldFailToResolveSpecWithTwoTokens(org.apache.maven.shared.io.location.ArtifactLocatorStrategyTest)
Time elapsed: 0 s <<< ERROR!
java.lang.NoClassDefFoundError:
org/apache/maven/artifact/factory/ArtifactFactory
at
org.apache.maven.shared.io.location.ArtifactLocatorStrategyTest.setUp(ArtifactLocatorStrategyTest.java:52)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]