Examples of RejectDependenciesFilter


Examples of org.jboss.shrinkwrap.resolver.api.maven.filter.RejectDependenciesFilter

        if (coordinates == null || coordinates.length == 0) {
            throw new IllegalArgumentException("There must be at least one coordinate specified to be rejected.");
        }

        // CoordinateParseException handled by RejectDependenciesFilter
        this.filters = new MavenResolutionFilter[] { new RejectDependenciesFilter(rejectTransitives, coordinates) };
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.