This commit is contained in:
Phillip Webb
2014-05-20 13:13:39 +01:00
parent e40acd81e4
commit 8bcda1bcbe
91 changed files with 477 additions and 438 deletions

View File

@@ -30,8 +30,9 @@ import org.w3c.dom.NodeList;
/**
* {@link ManagedDependencies} implementation backed a maven POM.
*
*
* @author Phillip Webb
* @author Andy Wilkinson
* @since 1.1.0
*/
public class PomManagedDependencies extends AbstractManagedDependencies {

View File

@@ -26,7 +26,7 @@ import java.util.TreeMap;
* {@link ManagedDependencies} backed by an external properties file (of the form created
* by the Spring IO platform). The property key should be the groupId and artifactId (in
* the form {@literal groupId:artifactId}) and the value should be the version.
*
*
* @author Phillip Webb
* @since 1.1.0
*/

View File

@@ -24,7 +24,7 @@ import java.util.Collections;
* {@link ManagedDependencies} used by various spring boot tools. Provides programmatic
* access to 'spring-boot-dependencies' and can also support user defined version managed
* dependencies.
*
*
* @author Phillip Webb
* @since 1.1.0
*/

View File

@@ -29,7 +29,7 @@ import static org.junit.Assert.assertThat;
/**
* Tests for {@link PomManagedDependencies}.
*
*
* @author Phillip Webb
*/
public class PomManagedDependenciesTests {