diff options
author | sa282w <sa282w@att.com> | 2018-04-02 11:33:14 -0400 |
---|---|---|
committer | sa282w <sa282w@att.com> | 2018-04-02 11:33:14 -0400 |
commit | d8c81e748f1db2fbd2bdd810671d90894af35d69 (patch) | |
tree | e532c473e94cc561ed6aafb8b728ff666ac0090c /ecomp-sdk/epsdk-app-os/pom.xml | |
parent | 19a214bd35c126067ea6c07825d1e58edf336c50 (diff) |
Security Vunerabilities
Issue-ID: PORTAL-155
Excluded beanshell dependency from epsdk-common, epsdk-core and epsdk-fw
pom.xml.
Change-Id: I068bd1134269a162a64710abc92aacf9cbba32d3
Signed-off-by: sa282w <sa282w@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index ff5ce26b..d904d68f 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -307,11 +307,11 @@ <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>2.2.0</version> - <exclusions> - <exclusion> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-queryparser</artifactId> - </exclusion> + <exclusions> + <exclusion> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-queryparser</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |