This commit is contained in:
Phillip Webb
2014-06-06 22:33:46 -07:00
parent 93aefa8537
commit e891aa3525
30 changed files with 196 additions and 174 deletions

View File

@@ -25,7 +25,7 @@ import static org.junit.Assert.assertThat;
/**
* Integration tests to exercise and reproduce specific issues.
*
*
* @author Phillip Webb
* @author Andy Wilkinson
*/

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertTrue;
/**
* Tests for {@link AetherGrapeEngine}.
*
*
* @author Andy Wilkinson
*/
public class AetherGrapeEngineTests {
@@ -45,7 +45,7 @@ public class AetherGrapeEngineTests {
private final AetherGrapeEngine grapeEngine = AetherGrapeEngineFactory.create(
this.groovyClassLoader, Arrays.asList(new RepositoryConfiguration("central",
URI.create("http://repo1.maven.org/maven2"), false)),
new DependencyResolutionContext());
new DependencyResolutionContext());
@Test
public void dependencyResolution() {