Skip to content

Commit

Permalink
Remove reference to ShrinkWrap resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jul 17, 2013
1 parent 8f765b8 commit 0b1d907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.jboss.forge.arquillian.archive.ForgeArchive;
import org.jboss.forge.furnace.addons.Addon;
import org.jboss.forge.furnace.repositories.AddonDependencyEntry;
import org.jboss.forge.test.Tests;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.junit.Assert;
import org.junit.Test;
Expand All @@ -29,7 +28,7 @@ public static ForgeArchive getDeployment()
{
ForgeArchive archive = ShrinkWrap
.create(ForgeArchive.class)
.addAsLibraries(Tests.resolveDependencies("javax.enterprise:cdi-api:1.0"))
.addAsLibrary("cdi-api-1.0.jar", "cdi-api.jar")
.addAsAddonDependencies(
AddonDependencyEntry.create("org.jboss.forge.furnace:container-cdi", "2.0.0-SNAPSHOT")
)
Expand Down
Binary file added tests/src/test/resources/cdi-api-1.0.jar
Binary file not shown.

0 comments on commit 0b1d907

Please sign in to comment.