diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2021-12-01 15:47:32 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2021-12-01 15:47:32 +0000 |
commit | 606da1aed511b074c530208d889c7cafd0f531de (patch) | |
tree | 54c35d8c362a90f2661bbb059b740613a6a6ebab /gui-clamp/pom.xml | |
parent | 1789e7f1b093cf1732e4d18e5cb374f23f71aceb (diff) |
Add package-lock.json to gui-clamp
Prevent maven from cleaning package-lock.json
Restore package-lock.json which was mistakenly removed in commit 1789e7f
Issue-ID: POLICY-3806
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Id90c6befa34495cddb018af540a93d9c0af3f856
Diffstat (limited to 'gui-clamp/pom.xml')
-rw-r--r-- | gui-clamp/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml index 4ad30d2..9bb1b3a 100644 --- a/gui-clamp/pom.xml +++ b/gui-clamp/pom.xml @@ -226,10 +226,6 @@ <fileset> <directory>${ui.react.lib.src}/node_modules</directory> </fileset> - <fileset> - <directory>${basedir}</directory> - <includes>**/package-lock.json</includes> - </fileset> </filesets> </configuration> </plugin> |