summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-BE-common/pom.xml')
-rw-r--r--ecomp-portal-BE-common/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml
index 070ee05c..d36d740b 100644
--- a/ecomp-portal-BE-common/pom.xml
+++ b/ecomp-portal-BE-common/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-common</artifactId>
@@ -422,7 +422,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
<exclusions>
<!-- SDK brings a new version of c3p0 -->
<exclusion>
@@ -564,7 +564,7 @@
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
- <dependency>
+ <!-- <dependency>
<groupId>com.ecwid.consul</groupId>
<artifactId>consul-api</artifactId>
<version>1.3.0</version>
@@ -573,7 +573,7 @@
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>1.3.9</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
@@ -582,12 +582,12 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
- <version>2.7.0</version>
+ <version>2.9.2</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
- <version>2.7.0</version>
+ <version>2.9.2</version>
</dependency>
<!-- Schedulers required Libraries -->
<dependency>