diff options
author | niamhcore <niamh.core@est.tech> | 2021-03-11 10:34:35 +0000 |
---|---|---|
committer | Niamh Core <niamh.core@est.tech> | 2021-03-11 17:34:34 +0000 |
commit | 3de08a9590b5590d5961d9e4047751760043307e (patch) | |
tree | 48554368a834e60b5934e0fc74eb57bc4d03ec6e /cps-nf-proxy-rest/pom.xml | |
parent | 99f0f0be7cc540dd32aacc770468d73444bcfb18 (diff) |
Exception stack trace is exposed
Issue-ID: CPS-249
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I1e03c17364c925c6f976f2147cb17f8ac26ba995
Diffstat (limited to 'cps-nf-proxy-rest/pom.xml')
-rwxr-xr-x | cps-nf-proxy-rest/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 2f3bc907a5..1add0a0749 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -46,10 +46,6 @@ <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> <!-- T E S T D E P E N D E N C I E S --> <dependency> <groupId>org.codehaus.groovy</groupId> |