Examples of AetherLoggerFactory


Examples of org.jboss.shrinkwrap.resolver.impl.maven.logging.AetherLoggerFactory

        setServices(ModelBuilder.class, new DefaultModelBuilderFactory().newInstance());
        setServices(WagonProvider.class, new ManualWagonProvider());
        addService(RepositoryConnectorFactory.class, WagonRepositoryConnectorFactory.class);

        // to avoid problems with SLF4J, we are having a JUL bridge
        setServices(LoggerFactory.class, new AetherLoggerFactory());
    }
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.