Interface MavenDependency
-
- All Known Implementing Classes:
FileMavenDependency
,LocalMavenDependency
@Deprecated public interface MavenDependency
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.plugin.maven.MavenDependency} alternativeA model of a maven dependency to be used during testing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description File
getFile()
Deprecated.String
toString()
Deprecated.
-