Repository: incubator-unomi Updated Branches: refs/heads/scores-filters d85a8ae81 -> e78cba3e9 (forced update)
Do not force version of provided bundle, remove unused bundle in router feature Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/d8df65fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/d8df65fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/d8df65fb Branch: refs/heads/scores-filters Commit: d8df65fb1b6db6fa126cbc234e63036691f747ad Parents: b1f5951 Author: Abdelkader Midani <[email protected]> Authored: Tue Oct 31 11:15:04 2017 +0100 Committer: Abdelkader Midani <[email protected]> Committed: Tue Oct 31 11:15:04 2017 +0100 ---------------------------------------------------------------------- .../router/router-karaf-feature/src/main/feature/feature.xml | 2 -- tools/shell-commands/pom.xml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d8df65fb/extensions/router/router-karaf-feature/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/extensions/router/router-karaf-feature/src/main/feature/feature.xml b/extensions/router/router-karaf-feature/src/main/feature/feature.xml index ff01a02..7578677 100644 --- a/extensions/router/router-karaf-feature/src/main/feature/feature.xml +++ b/extensions/router/router-karaf-feature/src/main/feature/feature.xml @@ -35,7 +35,5 @@ <bundle start-level="90" start="false">mvn:org.apache.unomi/unomi-router-core/${project.version}</bundle> <bundle start-level="90" start="false">mvn:org.apache.unomi/unomi-router-service/${project.version}</bundle> <bundle start-level="90" start="false">mvn:org.apache.unomi/unomi-router-rest/${project.version}</bundle> - <bundle start-level="90">mvn:org.apache.httpcomponents/httpclient-osgi/4.3.6</bundle> - <bundle start-level="90">mvn:org.apache.httpcomponents/httpcore-osgi/4.3.3</bundle> </feature> </features> http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/d8df65fb/tools/shell-commands/pom.xml ---------------------------------------------------------------------- diff --git a/tools/shell-commands/pom.xml b/tools/shell-commands/pom.xml index a63218a..f316586 100644 --- a/tools/shell-commands/pom.xml +++ b/tools/shell-commands/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> - <version>4.5.1</version> + <type>bundle</type> <scope>provided</scope> </dependency> @@ -58,14 +58,12 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> - <version>5.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> - <version>5.0.0</version> <scope>provided</scope> </dependency>
