Skip to content

Commit

Permalink
ARIES-286 remove hard-coded version from BlueprintContainerBTCustomiz…
Browse files Browse the repository at this point in the history
…erTest.java

git-svn-id: https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/blueprint@934384 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Joseph Alan Bohn committed Apr 15, 2010
1 parent e251e46 commit f2bdfe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void test() throws Exception {

BundleContext compositeBundleContext = cb.getCompositeFramework().getBundleContext();
// install the blueprint sample onto the framework associated with the composite bundle
MavenArtifactProvisionOption mapo = CoreOptions.mavenBundle().groupId("org.apache.aries.blueprint").artifactId("org.apache.aries.blueprint.sample").version( "0.1-incubating-SNAPSHOT");
MavenArtifactProvisionOption mapo = mavenBundleInTest("org.apache.aries.blueprint", "org.apache.aries.blueprint.sample");
// let's use input stream to avoid invoking mvn url handler which isn't avail in the child framework.
InputStream is = new URL(mapo.getURL()).openStream();
Bundle bundle = compositeBundleContext.installBundle(mapo.getURL(), is);
Expand Down

0 comments on commit f2bdfe1

Please sign in to comment.