summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/pom.xml
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2019-06-14 15:49:21 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-14 15:49:21 +0000
commit2341313316b631be275294622ca9d4281e1f20bc (patch)
tree05ac08725231b2b7ead1aadc4cfc9953e1add86f /ecomp-portal-BE-common/pom.xml
parentf4359045f50372d8cf5c8ce0eb08d4b6c2cf26ba (diff)
parent1f4d93651fdc71e0b661728a7c7efc9b4f524b5a (diff)
Merge "XSS Vulnerability fix in DashboardSearchResultController"
Diffstat (limited to 'ecomp-portal-BE-common/pom.xml')
-rw-r--r--ecomp-portal-BE-common/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml
index b8787f78..aca5e2af 100644
--- a/ecomp-portal-BE-common/pom.xml
+++ b/ecomp-portal-BE-common/pom.xml
@@ -600,6 +600,24 @@
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.8.10</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.glassfish.web/javax.el -->
+ <dependency>
+ <groupId>org.glassfish.web</groupId>
+ <artifactId>javax.el</artifactId>
+ <version>2.2.6</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/javax.el/el-api -->
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>2.2.1-b04</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
+ <dependency>
+ <groupId>org.jsoup</groupId>
+ <artifactId>jsoup</artifactId>
+ <version>1.12.1</version>
+ </dependency>
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-jetty-connector</artifactId>