Skip to content

Commit

Permalink
Use sisu priority annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Aug 2, 2024
1 parent 0c6359a commit 359a0e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.util.TimeZone;
import java.util.concurrent.ConcurrentHashMap;

import javax.annotation.Priority;
//import javax.annotation.Priority;
import javax.inject.Inject;

import org.apache.maven.execution.DefaultMavenExecutionRequest;
Expand All @@ -47,6 +47,7 @@
import org.codehaus.plexus.logging.Logger;
import org.codehaus.plexus.util.xml.Xpp3DomBuilder;
import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
import org.eclipse.sisu.Priority;
import org.eclipse.tycho.TychoConstants;

@Priority(100)
Expand Down

0 comments on commit 359a0e3

Please sign in to comment.