aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorEinat Vinouze <einat.vinouze@intl.att.com>2019-07-11 16:25:44 +0300
committerEinat Vinouze <einat.vinouze@intl.att.com>2019-07-14 15:57:37 +0300
commitf486e80d76c2bde1df02876b730fb08822ba547e (patch)
treea9e6f257dd66cd0e8d0673f819b1d6f7e67e6d76 /vid-app-common/pom.xml
parent7befef8d013fb9e5627a50f7fb1e1937eb27e483 (diff)
Add and upgrade dependencies on pom files
Issue-ID: VID-512 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I1800a2cc7bfdbbc015399092da24b430c5faab66
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 1749039d6..b2c5c9dce 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -46,7 +46,7 @@
<sitePath>content/sites/site/org/onap/vid/${project.version}</sitePath>
<aspectj.version>1.8.9</aspectj.version>
- <kotlin.version>1.3.11</kotlin.version>
+ <kotlin.version>1.3.30</kotlin.version>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<eirslett.version>1.6</eirslett.version>
@@ -56,6 +56,9 @@
<!-- override using -Drelease_version=foo -Dpatch_version=bar -->
<release_version>${env.RELEASE_VERSION}</release_version>
<patch_version/>
+
+ <reportportal.argline>-javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar -Drp.enable=true -Drp.mode=DEFAULT -Drp.tags="CICD;BE_UNIT;BUILD_${env.BUILD_NUMBER}"</reportportal.argline>
+
</properties>
@@ -298,6 +301,10 @@
<name>junit</name>
<value>false</value>
</property>
+ <property>
+ <name>usedefaultlisteners</name>
+ <value>false</value>
+ </property>
</properties>
<threadCount>1</threadCount>
</configuration>
@@ -802,7 +809,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
- <version>1.23.0</version>
+ <version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>