Change order of bom transformation to allow others earlier
This commit is contained in:
parent
cec4a8ec19
commit
ddbbd37718
|
|
@ -66,7 +66,7 @@ public class DependencyManagementBomTransformation extends AnnotatedNodeASTTrans
|
||||||
/**
|
/**
|
||||||
* The order of the transformation.
|
* 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
|
private static final Set<String> DEPENDENCY_MANAGEMENT_BOM_ANNOTATION_NAMES = Collections
|
||||||
.unmodifiableSet(new HashSet<String>(Arrays.asList(
|
.unmodifiableSet(new HashSet<String>(Arrays.asList(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue