Change order of bom transformation to allow others earlier
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user