Repository: karaf Updated Branches: refs/heads/master de81308b0 -> cb0610482
Bind to compendium to get correct sources attached Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/256fe82a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/256fe82a Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/256fe82a Branch: refs/heads/master Commit: 256fe82ae5224221764f2ad7beea93af095ac6df Parents: de81308 Author: Christian Schneider <[email protected]> Authored: Fri May 19 13:35:04 2017 +0200 Committer: Christian Schneider <[email protected]> Committed: Fri May 19 13:35:04 2017 +0200 ---------------------------------------------------------------------- itests/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/256fe82a/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 60d5444..8cbbf6b 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -42,6 +42,12 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.karaf</groupId> @@ -104,6 +110,14 @@ <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-karaf</artifactId> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.apache.felix</groupId> + <artifactId> + org.apache.felix.configadmin + </artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
