Skip to content

Commit

Permalink
fix wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-shymov committed Oct 12, 2024
1 parent ca38e86 commit 1220b62
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.*;
import java.util.Collections;
import java.util.Enumeration;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.Set;

import io.fabric8.maven.docker.config.Arguments;
import io.fabric8.maven.docker.util.JsonFactory;
Expand Down

0 comments on commit 1220b62

Please sign in to comment.