Author: rotty3000 Date: Wed Apr 25 13:56:56 2018 New Revision: 1830077 URL: http://svn.apache.org/viewvc?rev=1830077&view=rev Log: [CDI] add fileinstall for convenience of testing a runtime
Signed-off-by: Raymond Auge <[email protected]> Modified: aries/trunk/cdi/cdi-itests/itest.bndrun aries/trunk/cdi/cdi-itests/pom.xml Modified: aries/trunk/cdi/cdi-itests/itest.bndrun URL: http://svn.apache.org/viewvc/aries/trunk/cdi/cdi-itests/itest.bndrun?rev=1830077&r1=1830076&r2=1830077&view=diff ============================================================================== --- aries/trunk/cdi/cdi-itests/itest.bndrun (original) +++ aries/trunk/cdi/cdi-itests/itest.bndrun Wed Apr 25 13:56:56 2018 @@ -10,6 +10,7 @@ osgi.identity;filter:='(osgi.identity=org.apache.aries.cdi.extension.jndi)',\ osgi.identity;filter:='(osgi.identity=org.apache.aries.cdi.itests)',\ osgi.identity;filter:='(osgi.identity=org.apache.aries.jndi.core)',\ + osgi.identity;filter:='(osgi.identity=org.apache.felix.fileinstall)',\ osgi.identity;filter:='(osgi.identity=org.apache.felix.gogo.command)',\ osgi.identity;filter:='(osgi.identity=org.apache.felix.gogo.shell)' @@ -42,6 +43,7 @@ org.apache.aries.util;version='[1.0.0,1.0.1)',\ org.apache.commons.logging;version='[1.2.0,1.2.1)',\ org.apache.felix.configadmin;version='[1.9.0,1.9.1)',\ + org.apache.felix.fileinstall;version='[3.6.0,3.6.1)',\ org.apache.felix.gogo.command;version='[1.0.2,1.0.3)',\ org.apache.felix.gogo.runtime;version='[1.0.2,1.0.3)',\ org.apache.felix.gogo.shell;version='[1.0.0,1.0.1)',\ @@ -70,4 +72,4 @@ org.jboss.logging.provider=slf4j,\ org.osgi.service.http.port=8080,\ osgi.console.enable.builtin=false, \ - osgi.console= \ No newline at end of file + osgi.console= Modified: aries/trunk/cdi/cdi-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/cdi/cdi-itests/pom.xml?rev=1830077&r1=1830076&r2=1830077&view=diff ============================================================================== --- aries/trunk/cdi/cdi-itests/pom.xml (original) +++ aries/trunk/cdi/cdi-itests/pom.xml Wed Apr 25 13:56:56 2018 @@ -147,6 +147,12 @@ </dependency> <dependency> <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.fileinstall</artifactId> + <version>3.6.0</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.gogo.command</artifactId> <version>1.0.2</version> <scope>runtime</scope>
