aboutsummaryrefslogtreecommitdiffstats
path: root/appc-inbound
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-27 12:35:32 -0700
committerPatrick Brady <pb071s@att.com>2017-10-27 12:35:38 -0700
commit8bf853a39145e5b226c1f410584803353582fc43 (patch)
tree22e0364f5de0c91741ade67cff42a06639f1abc7 /appc-inbound
parent479cb87e633aacb1abf14198cc04556ca65e8176 (diff)
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
Diffstat (limited to 'appc-inbound')
-rwxr-xr-xappc-inbound/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/appc-inbound/pom.xml b/appc-inbound/pom.xml
index 6c4add1b4..bec653ae2 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>