add info to README 81/59081/1
authorMichael Lando <ml636r@att.com>
Mon, 6 Aug 2018 06:36:45 +0000 (09:36 +0300)
committerMichael Lando <ml636r@att.com>
Mon, 6 Aug 2018 06:36:45 +0000 (09:36 +0300)
add information on consuming the parser as a maven dependency.

Change-Id: I3a8c2dabea78dea3e4d4e3a4e5e173a186a79bb2
Issue-ID: SDC-1599
Signed-off-by: Michael Lando <ml636r@att.com>
README.md

index 362ca7a..ce3e3fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,6 +36,18 @@ String target_range = fdntCsarHelper.getNodeTemplatePropertyLeafValue(serviceNod
 
 ```
 
+# Adding the SDC-Tosca to you project
+the SDC tosca is avilalble as a maven depandency.
+to use add the folowing depandency to your POM file:
+```
+<dependency>
+  <groupId>org.onap.sdc.sdc-tosca</groupId>
+  <artifactId>sdc-tosca</artifactId>
+  <version>1.4.1</version>
+</dependency>
+``` 
+
+
 # Getting Help