Skip to content

Commit

Permalink
[MSHARED-941] deprecate SonatypeAetherFilterTransformer (#9)
Browse files Browse the repository at this point in the history
* deprecate SonatypeAetherFilterTransformer
  • Loading branch information
elharo authored Aug 16, 2020
1 parent 0270a14 commit 97412e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ class ArtifactIncludeNode implements Node

/**
* Note: an artifact doesn't contain exclusion information, so it won't be available here.
* When required switch to filtering based on Aether
* When required switch to filtering based on Aether.
*
* @see EclipseAetherNode
* @see SonatypeAetherNode
*/
@Override
public Dependency getDependency()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import org.eclipse.aether.util.filter.ScopeDependencyFilter;

/**
* FilterTransformer implementation for Eclipses Aether
* FilterTransformer implementation for Eclipse Aether.
*
* @author Robert Scholte
* @since 3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
import org.sonatype.aether.util.filter.ScopeDependencyFilter;

/**
* FilterTransformer implementation for Sonatypes Aether
* FilterTransformer implementation for Sonatype Aether
*
* @deprecated update to Maven 3.1.0 or later and replace Sonatype Aether with Eclipse Aether
* @author Robert Scholte
* @since 3.0
*/
public class SonatypeAetherFilterTransformer
@Deprecated
public class
implements FilterTransformer<DependencyFilter>
{
/**
Expand Down

0 comments on commit 97412e8

Please sign in to comment.