diff options
author | saul.gill <saul.gill@est.tech> | 2023-03-01 12:38:21 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-03-01 14:38:23 +0000 |
commit | 59fed509d04fb87a247560e29667416a7227196f (patch) | |
tree | f5f097af05ffa999ea21a857e82d85e557f4139c /gui-clamp | |
parent | aa30350f61a6149b3172289109b49681299b4617 (diff) |
update references in policy/gui pom
updated references in the policy/gui pom
downgraded eirslett npm module because
new version depends on maven 3.6 but
onap jenkins uses an earlier version
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I01c2407cf918b8e3b3d6ef2bf48092353c1d82b1
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'gui-clamp')
-rw-r--r-- | gui-clamp/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml index 971aee7..2fdd3ee 100644 --- a/gui-clamp/pom.xml +++ b/gui-clamp/pom.xml @@ -121,6 +121,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> + <version>1.11.3</version> <configuration> <installDirectory>${project.build.directory}/${ui.react.src}</installDirectory> <npmDownloadRoot>${repo.npm}</npmDownloadRoot> |