Change order of bom transformation to allow others earlier

This commit is contained in:
Dave Syer 2015-10-05 09:54:58 +01:00
parent cec4a8ec19
commit ddbbd37718
1 changed files with 1 additions and 1 deletions

View File

@ -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(