diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-22 14:06:29 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-22 21:09:49 +0000 |
commit | 64bf73596e4a8bccc4aa90d7f4f261012607762f (patch) | |
tree | 7ec6daf4ff9eff58a01c2eceaf365785bc672b1c | |
parent | 169ba5f8c6c129a2e79f805b5a407a6da7c9328a (diff) |
Add versions needed for appc-sdc
Change-Id: I381e941c65a71e12d7f007c0c57842712d8327bc
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1158
-rw-r--r-- | appc-parent/binding-parent/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appc-parent/binding-parent/pom.xml b/appc-parent/binding-parent/pom.xml index 11446aea2..6252b8e3b 100644 --- a/appc-parent/binding-parent/pom.xml +++ b/appc-parent/binding-parent/pom.xml @@ -58,6 +58,10 @@ limitations under the License. <logback.version>1.2.0</logback.version> <toscalib.version>1.1.0</toscalib.version> <sdc-client.version>1.3.0</sdc-client.version> + <!-- Should match the version used by sdc-distribution-client --> + <saClientLibrary.version>0.0.1</saClientLibrary.version> + <!-- Should match the version used by sdc-distribution-client --> + <cambriaClient.version>0.0.1</cambriaClient.version> <jackson.yml.version>2.3.2</jackson.yml.version> <tosca.datatype.version>1.1.0</tosca.datatype.version> <velocity.version>1.7</velocity.version> |