diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-06-15 14:24:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-15 14:24:29 +0000 |
commit | 8774b9eacbf47fc5d7fdb70acedd74c0721f98a3 (patch) | |
tree | 44ca9e3fdce65b22d051d99f5a6cea310dfbd974 | |
parent | f4009f0e29a39f4ab0821e6d335de833acf0b0c1 (diff) | |
parent | d738ae7ec4c112a2e615f1d290279c16058e77f2 (diff) |
Merge "Update plugins in Lifecycle Mapping for CLAMP"
-rw-r--r-- | integration/pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 27cb294b..6031499e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -603,7 +603,7 @@ <pluginExecutionFilter> <groupId>de.jpdigital</groupId> <artifactId>hibernate52-ddl-maven-plugin</artifactId> - <versionRange>[2.3.0,)</versionRange> + <versionRange>[2.2.0,)</versionRange> <goals> <goal>gen-ddl</goal> </goals> @@ -651,6 +651,19 @@ <ignore /> </action> </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>com.github.eirslett</groupId> + <artifactId>frontend-maven-plugin</artifactId> + <versionRange>[1.11.0,)</versionRange> + <goals> + <goal>npm</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> |