diff options
author | Patrick Brady <pb071s@att.com> | 2017-11-21 11:15:32 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-05 21:25:32 +0000 |
commit | c5dd5d87de3863abef1f3dbae83bfc0fb87ac95a (patch) | |
tree | 0a425e0f7c64f8b7e8e40fbef8566ae5f5c3d090 /appc-outbound | |
parent | d16f5c96d9828d52daa1bab7f06a0eca761885bd (diff) |
Removing sdnc version properties
These versions are provided by the ccsdk parent pom
and should not be duplicated.
Change-Id: I2d013a2b4d46dcf41f2757cc3acb3b6a16c6353f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-321
Diffstat (limited to 'appc-outbound')
-rwxr-xr-x | appc-outbound/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-outbound/pom.xml b/appc-outbound/pom.xml index 2398acad2..28f28d9de 100755 --- a/appc-outbound/pom.xml +++ b/appc-outbound/pom.xml @@ -21,7 +21,7 @@ <dependency>
<groupId>org.openecomp.sdnc.adaptors</groupId>
<artifactId>sql-resource-provider</artifactId>
- <version>${openecomp.sdnc.sql-resource.version}</version>
+ <version>${ccsdk.sli.adaptors.version}</version>
</dependency>
<dependency>
|