aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvrvarma <vikas.varma@att.com>2020-03-25 00:47:00 -0400
committervrvarma <vikas.varma@att.com>2020-03-26 00:44:57 -0400
commit5debbd92e089afe66915ecd42f80216dfa7c8f5f (patch)
tree728285a3393406d4bb6bed339f9b888d114f6803 /pom.xml
parentca83b540eea5b5c87647d93020e6d2f733455100 (diff)
Fix optf-cmso clm and sonar reports
Change-Id: I9a818d717667290c8794ed055191fc24adedb68b Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-694
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fdb5b08..0a723ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,8 +62,9 @@
<java.version>11</java.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
- <spring.version>5.1.5.RELEASE</spring.version>
- <spring.boot.version>2.1.6.RELEASE</spring.boot.version>
+ <spring.version>5.2.4.RELEASE</spring.version>
+ <spring.boot.version>2.2.5.RELEASE</spring.boot.version>
+ <quartz.version>2.3.2</quartz.version>
<release-tag>Dublin</release-tag>
<name.space>org.onap.optf</name.space>
<image.namespace>onap</image.namespace>
@@ -76,6 +77,8 @@
<docker.https_proxy></docker.https_proxy>
<docker.maven.plugin.version>0.30.0</docker.maven.plugin.version>
<checkstyle.skip>true</checkstyle.skip>
+
+
</properties>
<scm>