Adding missing properties

These properties exist in a few of the other parts, like
directed graph and config. This was breaking artifact-handler.

Change-Id: I4948d0969199c1a4aafe609333cb947235431853
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-296
diff --git a/appc-inbound/pom.xml b/appc-inbound/pom.xml
index 6c4add1..bec653a 100755
--- a/appc-inbound/pom.xml
+++ b/appc-inbound/pom.xml
@@ -12,7 +12,14 @@
     <description>Application Controller Inbound</description>

 

     <properties>

-        <openecomp.sdnc.sql-resource.version>1.1.2</openecomp.sdnc.sql-resource.version>    

+        <openecomp.sdnc.sql-resource.version>1.1.2</openecomp.sdnc.sql-resource.version>  

+        <jackson.version>2.3.2</jackson.version>

+        <snakeyaml.version>1.12</snakeyaml.version>

+        <velocity.version>1.7</velocity.version>

+        <jettison.version>1.3.7</jettison.version>

+        <common.collections.version>3.2.1</common.collections.version>

+        <common.io.version>2.5</common.io.version>

+        <tosca.datatype.version>1.1.0</tosca.datatype.version> 

     </properties>

     <modules>

         <module>appc-artifact-handler</module>