mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-11 13:39:32 +00:00
@@ -23,7 +23,6 @@ import java.util.Set;
|
||||
import java.util.concurrent.ExecutionException;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.stream.Collectors;
|
||||
import javax.enterprise.inject.Default;
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Named;
|
||||
import javax.inject.Singleton;
|
||||
@@ -47,7 +46,6 @@ import org.slf4j.LoggerFactory;
|
||||
*/
|
||||
@Singleton
|
||||
@Named("smart")
|
||||
@Default
|
||||
public class SmartBuilder implements Builder {
|
||||
|
||||
public static final String PROP_PROFILING = "smartbuilder.profiling";
|
||||
|
2
pom.xml
2
pom.xml
@@ -45,7 +45,7 @@
|
||||
<jline.version>3.20.0</jline.version>
|
||||
<junit.jupiter.version>5.7.2</junit.jupiter.version>
|
||||
<logback.version>1.2.3</logback.version>
|
||||
<maven.version>3.8.2</maven.version>
|
||||
<maven.version>3.8.3</maven.version>
|
||||
<maven.resolver.version>1.6.3</maven.resolver.version>
|
||||
<slf4j.version>1.7.32</slf4j.version>
|
||||
|
||||
|
Reference in New Issue
Block a user