fix the dependencies
Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/3af01578 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/3af01578 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/3af01578 Branch: refs/heads/master Commit: 3af01578148258c3e85da62583dd92dc985021bf Parents: 94077e7 Author: Raymond Auge <[email protected]> Authored: Fri Oct 28 11:49:05 2016 +0200 Committer: Raymond Auge <[email protected]> Committed: Fri Oct 28 11:49:05 2016 +0200 ---------------------------------------------------------------------- bndrun/org.apache.aries.jax-rs.example.bndrun | 40 +++++++++++++--------- bndrun/pom.xml | 15 ++++++++ 2 files changed, 38 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/3af01578/bndrun/org.apache.aries.jax-rs.example.bndrun ---------------------------------------------------------------------- diff --git a/bndrun/org.apache.aries.jax-rs.example.bndrun b/bndrun/org.apache.aries.jax-rs.example.bndrun index ec046a9..367dfc7 100644 --- a/bndrun/org.apache.aries.jax-rs.example.bndrun +++ b/bndrun/org.apache.aries.jax-rs.example.bndrun @@ -13,26 +13,32 @@ -runrequires: \ osgi.identity;filter:='(osgi.identity=org.apache.aries.jax-rs.cxf-common)',\ osgi.identity;filter:='(osgi.identity=org.apache.aries.jax-rs.example)',\ - osgi.identity;filter:='(osgi.identity=org.apache.aries.rest.extender)' + osgi.identity;filter:='(osgi.identity=org.apache.aries.rest.extender)',\ + osgi.identity;filter:='(osgi.identity=org.apache.felix.gogo.jline)' -runfw: org.eclipse.osgi;version='[3.10.100.v20150529-1857,3.10.100.v20150529-1857]' -runbundles: \ - log4j; version='[1.2.17,1.2.18)',\ - org.apache.aries.jax-rs.cxf-common; version='[1.0.0,1.0.1)',\ - org.apache.aries.jax-rs.example; version='[1.0.0,1.0.1)',\ - org.apache.aries.rest.extender; version='[1.0.0,1.0.1)',\ - org.apache.felix.configadmin; version='[1.8.8,1.8.9)',\ - org.apache.felix.http.jetty; version='[3.2.0,3.2.1)',\ - org.apache.felix.http.servlet-api; version='[1.1.2,1.1.3)',\ - org.apache.felix.scr; version='[2.0.2,2.0.3)',\ - org.eclipse.equinox.event; version='[1.3.100,1.3.101)',\ - org.eclipse.equinox.metatype; version='[1.4.100,1.4.101)',\ - org.objectweb.asm; version='[5.0.4,5.0.5)',\ - org.osgi.service.event; version='[1.3.1,1.3.2)',\ - org.osgi.service.http.whiteboard; version='[1.0.0,1.0.1)',\ - org.osgi.service.metatype; version='[1.3.0,1.3.1)',\ - slf4j.api; version='[1.7.21,1.7.22)',\ - slf4j.log4j12; version='[1.6.1,1.6.2)' + log4j;version='[1.2.17,1.2.18)',\ + org.apache.aries.jax-rs.cxf-common;version='[1.0.0,1.0.1)',\ + org.apache.aries.jax-rs.example;version='[1.0.0,1.0.1)',\ + org.apache.aries.rest.extender;version='[1.0.0,1.0.1)',\ + org.apache.felix.bundlerepository;version='[1.6.0,1.6.1)',\ + org.apache.felix.gogo.command;version='[1.0.0,1.0.1)',\ + org.apache.felix.gogo.jline;version='[1.0.0,1.0.1)',\ + org.apache.felix.gogo.runtime;version='[1.0.0,1.0.1)',\ + org.apache.felix.http.jetty;version='[3.2.0,3.2.1)',\ + org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\ + org.apache.felix.scr;version='[2.0.2,2.0.3)',\ + org.eclipse.equinox.event;version='[1.3.100,1.3.101)',\ + org.eclipse.equinox.metatype;version='[1.4.100,1.4.101)',\ + org.jline;version='[3.0.0,3.0.1)',\ + org.objectweb.asm;version='[5.0.4,5.0.5)',\ + org.osgi.compendium;version='[4.1.0,4.1.1)',\ + org.osgi.service.event;version='[1.3.1,1.3.2)',\ + org.osgi.service.http.whiteboard;version='[1.0.0,1.0.1)',\ + org.osgi.service.metatype;version='[1.3.0,1.3.1)',\ + slf4j.api;version='[1.7.21,1.7.22)',\ + slf4j.log4j12;version='[1.6.1,1.6.2)' -runee: JavaSE-1.8 -resolve.effective: resolve, active http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/3af01578/bndrun/pom.xml ---------------------------------------------------------------------- diff --git a/bndrun/pom.xml b/bndrun/pom.xml index 01ed697..df45732 100644 --- a/bndrun/pom.xml +++ b/bndrun/pom.xml @@ -58,6 +58,21 @@ <version>3.4.0</version> </dependency> <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.gogo.command</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.gogo.jline</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.gogo.runtime</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.enroute.pom.distro</artifactId> <version>2.0.0</version>
