diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-03-21 14:44:45 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-03-21 17:10:01 +0000 |
commit | abf32f50a3ed7020932c0857c2c8a3fa2e37a670 (patch) | |
tree | 067d962127eceb4b8ef4fdaa133f39a9e61005ed /pom.xml | |
parent | 60035718c32f5b8cb406578b3d89fbf2da76d851 (diff) |
Upgrade vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ib6215d5d1cd2565c320b7010833bbf50df80d4d9
Issue-ID: SDC-4287
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -356,4 +356,25 @@ <url>dav:${nexus.proxy}${sitePath}</url> </site> </distributionManagement> + + <profiles> + <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-tosca</module> + <module>jtosca</module> + </modules> + </profile> + </profiles> </project> |