Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Remove unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Dec 16, 2015
1 parent fe60ac2 commit 74542ca
Showing 1 changed file with 1 addition and 11 deletions.
Expand Up @@ -29,18 +29,8 @@ protected Archive<?> buildArchive() {
return ShrinkWrap.create(JavaArchive.class)
.addPackages(
true,
// "org.jboss.arquillian.core",
// "org.jboss.arquillian.container.spi",
// "org.jboss.arquillian.container.impl",
// "org.jboss.arquillian.container.test.api",
"org.jboss.arquillian.container.test.spi",
"org.wildfly.swarm.arquillian.resources"
// "org.jboss.arquillian.container.test.impl",
// "org.jboss.arquillian.config",
// "org.jboss.arquillian.test",
// "org.jboss.shrinkwrap.api",
// "org.jboss.shrinkwrap.descriptor.api"
)
"org.wildfly.swarm.arquillian.resources")
.addClass(WildFlySwarmRemoteExtension.class)
.addAsServiceProvider(RemoteLoadableExtension.class, WildFlySwarmRemoteExtension.class)
.addAsServiceProvider(ExtensionLoader.class, RemoteExtensionLoader.class);
Expand Down

0 comments on commit 74542ca

Please sign in to comment.