diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-12 23:49:46 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-12 23:58:09 -0700 |
commit | 9d7412db1c2cfb9c05a8d381dc7c71829291d81b (patch) | |
tree | 1dfab2beba6f37f1e7be8a11fbb67bd99ddfb3af /appc-parent/single-feature-parent | |
parent | ed13e1b0270932ba8bbfa7b51c84b4b88894e061 (diff) |
Parent updates for Karaf 4
Change-Id: I1c368b64d5916adae980221ad0a639dfa8bee11c
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1045
Diffstat (limited to 'appc-parent/single-feature-parent')
-rw-r--r-- | appc-parent/single-feature-parent/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-parent/single-feature-parent/pom.xml b/appc-parent/single-feature-parent/pom.xml index 3927e117b..fb3a344d2 100644 --- a/appc-parent/single-feature-parent/pom.xml +++ b/appc-parent/single-feature-parent/pom.xml @@ -34,7 +34,12 @@ limitations under the License. <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> + <properties> <skip.karaf.featureTest>true</skip.karaf.featureTest> + <commons.collections.version>3.2.1</commons.collections.version> + <snakeyaml.version>1.12</snakeyaml.version> + <tosca.datatype.version>1.1.0</tosca.datatype.version> + <velocity.version>1.7</velocity.version> </properties> </project> |