diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-08-12 05:45:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 05:45:56 +0000 |
commit | b3272c142193cd37f5dae7807e713819885d102d (patch) | |
tree | 5a2f8bade23e6c7a2925dbccf5d4124d1744ad50 /vid-app-common/pom.xml | |
parent | ad706d09442b1b1b6d2d8cff4042867ceea6b56f (diff) | |
parent | d36ae5efa43d7567188b3b91994157288b934fb4 (diff) |
Merge "use epsdk 2.5.0 in VID"
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 5f69ff162..a1cd41dfd 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -25,7 +25,7 @@ <encoding>UTF-8</encoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <epsdk.version>2.4.0</epsdk.version> + <epsdk.version>2.5.0</epsdk.version> <springframework.version>5.1.6.RELEASE</springframework.version> <springframework.orm.version>4.3.22.RELEASE</springframework.orm.version> <!-- epsdk-core is importing this class, which is only on spring-orm 4 but not in orm 5: @@ -839,6 +839,11 @@ <version>1.0</version> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.4</version> + </dependency> + <dependency> <groupId>org.hamcrest</groupId> <artifactId>java-hamcrest</artifactId> <version>2.0.0.0</version> |