summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2020-05-06 23:57:53 +0100
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-05-07 08:25:31 +0000
commita1bd235fffc7c0685800b6f3d8289d143baa87d6 (patch)
treea0d7d93500b2945069ee51ab0a5f18f6d75fcf6f /pom.xml
parentcea494370afa9feb589d1f813850fbdabc1df578 (diff)
Reduce scope from 'compile' to 'test' for 'junit-vintage-engine'
Change-Id: I39b0be6ba6650c9a7215acf359f3d74e0a24e553 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2844 Issue-ID: SDC-2983
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index fad19f74f9..c7e972ac53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,14 +44,14 @@ Modifications copyright (c) 2018-2019 Nokia
<!-- 3rd parties versions -->
<bean-matcher.version>0.11</bean-matcher.version>
- <lang3.version>3.3.2</lang3.version>
+ <lang3.version>3.10</lang3.version>
<guava.version>18.0</guava.version>
<janusgraph.version>0.3.1</janusgraph.version>
<spring.version>4.3.18.RELEASE</spring.version>
<jersey-bom.version>2.27</jersey-bom.version>
<netty.version>4.1.36.Final</netty.version>
<servlet-api.version>3.1.0</servlet-api.version>
- <wire-mock.version>2.18.0</wire-mock.version>
+ <wire-mock.version>2.26.3</wire-mock.version>
<ecomp.version>2.6.0</ecomp.version>
<cassandra.unit.version>4.3.1.0</cassandra.unit.version>
<cadi.version>2.1.8</cadi.version>
@@ -113,7 +113,7 @@ Modifications copyright (c) 2018-2019 Nokia
<junit.version>4.12</junit.version>
<junit.platform.version>1.6.0</junit.platform.version>
<junitJupiter.version>5.6.0</junitJupiter.version>
- <assertj.version>3.10.0</assertj.version>
+ <assertj.version>3.16.0</assertj.version>
<testng.version>6.14.3</testng.version>
<cucumber.version>5.6.0</cucumber.version>
<bean-matchers.version>0.11</bean-matchers.version>
@@ -206,7 +206,6 @@ Modifications copyright (c) 2018-2019 Nokia
<version>${jmockit.version}</version>
</dependency>
-
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
@@ -465,12 +464,12 @@ Modifications copyright (c) 2018-2019 Nokia
<configuration>
<source>
pom.properties['deploy.url'] =
- pom.version.contains('-SNAPSHOT') ?
- project.distributionManagement.snapshotRepository.url :
- project.distributionManagement.repository.url;
+ pom.version.contains('-SNAPSHOT') ?
+ project.distributionManagement.snapshotRepository.url :
+ project.distributionManagement.repository.url;
pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
- project.distributionManagement.snapshotRepository.id :
- project.distributionManagement.repository.id;
+ project.distributionManagement.snapshotRepository.id :
+ project.distributionManagement.repository.id;
</source>
</configuration>
</execution>