Remove deprecated code flagged for removal
Closes gh-27303
This commit is contained in:
@@ -68,19 +68,6 @@ public class ArtifactsLibraries implements Libraries {
|
||||
|
||||
private final Log log;
|
||||
|
||||
/**
|
||||
* Creates a new {@code ArtifactsLibraries} from the given {@code artifacts}.
|
||||
* @param artifacts the artifacts to represent as libraries
|
||||
* @param unpacks artifacts that should be unpacked on launch
|
||||
* @param log the log
|
||||
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
|
||||
* {@link #ArtifactsLibraries(Set, Collection, Collection, Log)}
|
||||
*/
|
||||
@Deprecated
|
||||
public ArtifactsLibraries(Set<Artifact> artifacts, Collection<Dependency> unpacks, Log log) {
|
||||
this(artifacts, Collections.emptyList(), unpacks, log);
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new {@code ArtifactsLibraries} from the given {@code artifacts}.
|
||||
* @param artifacts the artifacts to represent as libraries
|
||||
|
||||
Reference in New Issue
Block a user