aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-03-21 15:30:10 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-03-21 15:30:45 +0000
commit0157be91504d447f65d300a7445c02bc71f33353 (patch)
tree923bab100c356c844d8b81afd9e15114aacfd02a /pom.xml
parent35b39f9e4d24cba6dfd55be9003a9efa9226881f (diff)
Upgrade vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I15347b8587ae4cd675d33c3bb57578919bf320fe Issue-ID: SDC-4287
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8750bd2..5bf46b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<assertj-core.version>3.23.1</assertj-core.version>
<awaitility-proxy.version>3.1.6</awaitility-proxy.version>
<awaitility.version>4.2.0</awaitility.version>
+ <jackson.version>2.14.2</jackson.version>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<sitePath>/content/sites/site/org/onap/sdc/sdc-distribution-client/${project.version}</sitePath>
@@ -111,6 +112,24 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>fast-build</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ <skipYamlJsonValidator>true</skipYamlJsonValidator>
+ <checkstyle.skip>true</checkstyle.skip>
+ <jacoco.skip>true</jacoco.skip>
+ <maven.antrun.skip>true</maven.antrun.skip>
+ <swagger.skip>true</swagger.skip>
+ </properties>
+ <modules>
+ <module>sdc-distribution-client</module>
+ <module>sdc-distribution-ci</module>
+ </modules>
+ </profile>
</profiles>
<reporting>