diff options
author | 2022-02-11 16:22:58 +0000 | |
---|---|---|
committer | 2022-02-11 16:33:17 +0000 | |
commit | 6f7ef140dd67d97af7d96f7de51996ed32d4c7bb (patch) | |
tree | f281fdca1e5abbdf16d4b0ac7ce693d457682a7a /gui-editors/pom.xml | |
parent | aec9b7e131be827e770e0124dff6ebc765dc1f7f (diff) |
Clean up apex editor POM dependencies
Removed unused dependencies from gui-editor-apex POM
Removed duplicate properties from POMs
Issue-ID: POLICY-3927
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I1ed4301c0a11a063237964e5c3ba1ccd9c8bec74
Diffstat (limited to 'gui-editors/pom.xml')
-rw-r--r-- | gui-editors/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml index 7deee2d..3810af5 100644 --- a/gui-editors/pom.xml +++ b/gui-editors/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2020 Nordix Foundation. + Copyright (C) 2020-2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,11 +32,6 @@ <name>${project.artifactId}</name> <description>Web Client editors for PDP policies</description> - <properties> - <sonar.sources>${project.basedir}/src/main</sonar.sources> - <sonar.exclusions>src/main/resources/webapp/js/edit_area/**/*,src/main/resources/webapp/js/jquery/**/*,src/main/resources/webapp/js/jquery-ui-1.12.1/**/*,src/main/resources/webapp/js/lib/**/*</sonar.exclusions> - </properties> - <modules> <module>gui-editor-apex</module> </modules> |