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

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Dec 18, 2015
1 parent 5821baa commit 86f48f3
Showing 1 changed file with 0 additions and 4 deletions.
@@ -1,16 +1,12 @@
package org.wildfly.swarm.examples.messaging;

import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.wildfly.swarm.config.messaging_activemq.Server;
import org.wildfly.swarm.config.messaging_activemq.server.*;
import org.wildfly.swarm.container.Container;
import org.wildfly.swarm.container.JARArchive;
import org.wildfly.swarm.jaxrs.JAXRSArchive;
import org.wildfly.swarm.messaging.MessagingFraction;
import org.wildfly.swarm.msc.ServiceActivatorArchive;

import java.util.Arrays;

/**
* @author Bob McWhirter
*/
Expand Down

0 comments on commit 86f48f3

Please sign in to comment.