summaryrefslogtreecommitdiffstats
path: root/nokiav2/pom.xml
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-03-20 11:19:03 +0100
committerDenes Nemeth <denes.nemeth@nokia.com>2018-03-20 16:07:45 +0100
commit16352314819e03143e91d76b3157a125d3e49f8d (patch)
tree1aa8432c06aa017304feef11bdfacd506bd097f9 /nokiav2/pom.xml
parenteabd611557229b92fdf0f84da9628e5a72801dc3 (diff)
Add spring security to mitigate cve-2017-4995
Change-Id: Iad2a48353e3cd0eb79daa10b0f274c83c89f3c93 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/pom.xml')
-rw-r--r--nokiav2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml
index 879ac373..49e94a9c 100644
--- a/nokiav2/pom.xml
+++ b/nokiav2/pom.xml
@@ -30,7 +30,7 @@
<jacoco.version>0.8.0</jacoco.version>
<spring.boot.version>2.0.0.RELEASE</spring.boot.version>
</properties>
- <!--
+<!-- used to test dependency convergence locally
<build>
<plugins>
<plugin>
@@ -44,7 +44,7 @@
<rules>
<DependencyConvergence/>
</rules>
- <fail>false</fail>
+ <fail>true</fail>
</configuration>
<goals>
<goal>enforce</goal>