Skip to content

Commit

Permalink
Change order of bom transformation to allow others earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Oct 5, 2015
1 parent cec4a8e commit ddbbd37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class DependencyManagementBomTransformation extends AnnotatedNodeASTTrans
/**
* The order of the transformation.
*/
public static final int ORDER = Ordered.HIGHEST_PRECEDENCE;
public static final int ORDER = Ordered.HIGHEST_PRECEDENCE + 100;

private static final Set<String> DEPENDENCY_MANAGEMENT_BOM_ANNOTATION_NAMES = Collections
.unmodifiableSet(new HashSet<String>(Arrays.asList(
Expand Down

0 comments on commit ddbbd37

Please sign in to comment.