Repository: karaf-cellar Updated Branches: refs/heads/master 6b73b45ca -> a69f91e69
Upgrade to Pax Exam 4.7.0 Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/a69f91e6 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/a69f91e6 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/a69f91e6 Branch: refs/heads/master Commit: a69f91e69342fcb6ca5c8b445994a670ae48904f Parents: 6b73b45 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Dec 7 18:32:13 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Dec 7 18:32:13 2015 +0100 ---------------------------------------------------------------------- itests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/a69f91e6/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index b157388..5132190 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -69,13 +69,13 @@ <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit4</artifactId> - <version>4.5.0</version> + <version>4.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-karaf</artifactId> - <version>4.5.0</version> + <version>4.7.0</version> <scope>test</scope> </dependency> <dependency>
