Class MavenDependencyHelper
- java.lang.Object
-
- com.atlassian.confluence.it.maven.MavenDependencyHelper
-
@Deprecated public class MavenDependencyHelper extends Object
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.plugin.maven.MavenDependencyHelper} alternative
-
-
Constructor Summary
Constructors Constructor Description MavenDependencyHelper()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MavenDependency
resolve(String groupId, String artifactId)
Deprecated.Resolves the given maven dependency with version defined by the confluence.version system property.static MavenDependency
resolve(String groupId, String artifactId, String version)
Deprecated.Resolves the given maven dependency and version by looking in the reactor first.
-
-
-
Method Detail
-
resolve
public static MavenDependency resolve(String groupId, String artifactId)
Deprecated.Resolves the given maven dependency with version defined by the confluence.version system property.- See Also:
resolve(String, String, String)
-
resolve
public static MavenDependency resolve(String groupId, String artifactId, String version)
Deprecated.Resolves the given maven dependency and version by looking in the reactor first. If not found in the reactor, a local maven dependency is returned.- See Also:
resolveDynamicDependencyDir()
-
-