Skip to content

Commit

Permalink
Support Maven 3.8.3, fixes #488 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Oct 6, 2021
1 parent 30e1747 commit 2aa5de2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
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;
Expand All @@ -47,7 +46,6 @@
*/
@Singleton
@Named("smart")
@Default
public class SmartBuilder implements Builder {

public static final String PROP_PROFILING = "smartbuilder.profiling";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 2aa5de2

Please sign in to comment.