diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-17 19:16:12 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-02-17 20:21:21 +0000 |
commit | aa30350f61a6149b3172289109b49681299b4617 (patch) | |
tree | af5ab61f2fb28720280d0d596960477c4aaf4128 /gui-editors/gui-editor-apex | |
parent | 58b16ab91cc876129c616f9904b08e50b7f53f4f (diff) |
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: I30672cfc639c4313df95e71a5e906e3224b260b8
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'gui-editors/gui-editor-apex')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 31d6116..dde0f5b 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2019-2022 Nordix Foundation. + Modifications Copyright (C) 2019-2023 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -104,7 +104,6 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>1.11.3</version> <configuration> <nodeVersion>v14.17.0</nodeVersion> <npmVersion>6.14.5</npmVersion> @@ -180,7 +179,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> <configuration> <filesets> <fileset> |