Repository: incubator-brooklyn Updated Branches: refs/heads/master 584edcb5c -> 4fb2c7027
Add versions to downstream-parentâs pom - Matching core brookylnâs versions, adds: - jsr305 2.01 - snakeyaml 1.11 Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/ae59970b Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/ae59970b Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/ae59970b Branch: refs/heads/master Commit: ae59970b89193983391820f9350d173e4e5e9cda Parents: 7b5c754 Author: Aled Sage <[email protected]> Authored: Fri Mar 6 18:04:50 2015 +0000 Committer: Aled Sage <[email protected]> Committed: Thu Mar 26 10:04:54 2015 +0000 ---------------------------------------------------------------------- usage/downstream-parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ae59970b/usage/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml index eb9d4f4..fcc1bcf 100644 --- a/usage/downstream-parent/pom.xml +++ b/usage/downstream-parent/pom.xml @@ -57,6 +57,8 @@ <httpclient.version>4.2.5</httpclient.version> <commons-lang3.version>3.1</commons-lang3.version> <groovy.version>2.3.4</groovy.version> + <jsr305.version>2.0.1</jsr305.version> + <snakeyaml.version>1.11</snakeyaml.version> </properties> <dependencyManagement>
