diff options
author | renealr <reneal.rogers@amdocs.com> | 2019-02-27 12:59:50 -0500 |
---|---|---|
committer | renealr <reneal.rogers@amdocs.com> | 2019-02-27 13:12:49 -0500 |
commit | efe43d10241bb2d2c05571c2583449f71a1a3da1 (patch) | |
tree | e230650029eea35a1eeb7bae12a1af1df5d25e40 /sparkybe-onap-service/pom.xml | |
parent | 57a8790c14e46593d88f74a54d61b68b8d5af06e (diff) |
update cadi file location to be configurable
update epsdk library to the release version
add the cadi properties file for local testing
add the keyFile for local testing
Issue-ID: AAI-2196
Change-Id: I71cd681af8415f7b1874b27136cfe5a6b24e2760
Signed-off-by: renealr <reneal.rogers@amdocs.com>
Diffstat (limited to 'sparkybe-onap-service/pom.xml')
-rw-r--r-- | sparkybe-onap-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 59c1257..c275719 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -278,7 +278,7 @@ some of the depedencies should probably have a scope of provided so they don't a <dependency> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-fw</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> |