Repository: karaf Updated Branches: refs/heads/master 20c134764 -> 12295a845
[KARAF-5227] Use an explicit Awaitility version property Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/12295a84 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/12295a84 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/12295a84 Branch: refs/heads/master Commit: 12295a8452e67ce1c78679373b4d6807fbd10736 Parents: f8b101d Author: Andrea Cosentino <[email protected]> Authored: Wed Jun 28 11:02:51 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Wed Jun 28 11:26:44 2017 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/12295a84/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 336467e..facd78f 100644 --- a/pom.xml +++ b/pom.xml @@ -144,6 +144,7 @@ <antlr.bundle.version>2.7.7_5</antlr.bundle.version> <asm.version>5.2</asm.version> <asm.springsource.version>1.5.3</asm.springsource.version> + <awaitility.version>3.0.0</awaitility.version> <cglib.bundle.version>3.2.4_1</cglib.bundle.version> <cglib2.version>2.2.0</cglib2.version> @@ -1723,7 +1724,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> - <version>3.0.0</version> + <version>${awaitility.version}</version> </dependency> <dependency> <groupId>org.jboss.narayana.osgi</groupId>
