summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-os/pom.xml
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-02-18 16:16:26 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-02-18 21:25:25 +0530
commit8e83c25788017acd56271a72286f7dcbc974e76d (patch)
treed7b1e52bc20367bbb38ae69483c33e71f341fd4b /ecomp-portal-BE-os/pom.xml
parent6e50276a42ab82cfe34ced9cf97e545283f37f2a (diff)
Changes made to upgrade pom version
Upgraded pom version Issue-ID: PORTAL-769 Change-Id: I65ae68acda464531d699dcb459d328de19a3c7c7 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-portal-BE-os/pom.xml')
-rw-r--r--ecomp-portal-BE-os/pom.xml28
1 files changed, 23 insertions, 5 deletions
diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml
index 52ce3d39..e8c8d5b2 100644
--- a/ecomp-portal-BE-os/pom.xml
+++ b/ecomp-portal-BE-os/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.portal</groupId>
<artifactId>onap-portal-parent</artifactId>
- <version>2.6.0</version>
+ <version>3.2.0</version>
</parent>
<artifactId>portal-be-os</artifactId>
@@ -447,7 +447,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
- <version>2.2.1</version>
+ <version>2.3.2</version>
<exclusions>
<!-- SDK brings a new version of c3p0 -->
<exclusion>
@@ -497,13 +497,31 @@
<version>${epsdk.version}</version>
<type>jar</type>
<exclusions>
- <exclusion>
+ <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
- </exclusion>
- </exclusions>
+ </exclusion>
+ <exclusion>
+ <groupId>org.owasp.esapi</groupId>
+ <artifactId>esapi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.mchange</groupId>
+ <artifactId>c3p0</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
+ <dependency>
+ <groupId>org.owasp.esapi</groupId>
+ <artifactId>esapi</artifactId>
+ <version>2.2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.mchange</groupId>
+ <artifactId>c3p0</artifactId>
+ <version>0.9.5.4</version>
+ </dependency>
<!-- EcompPortal common overlay -->
<dependency>
<groupId>org.onap.portal</groupId>