Skip to content

Commit

Permalink
Fix for one test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jsight committed Aug 24, 2016
1 parent d88c1c5 commit 13c5b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions exec/api/pom.xml
Expand Up @@ -34,6 +34,11 @@
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.forge.furnace</groupId>
<artifactId>furnace-proxy</artifactId>
<scope>provided</scope>
</dependency>


<!-- Furnace Container -->
Expand Down
Expand Up @@ -8,7 +8,6 @@
import org.jboss.windup.config.loader.RuleLoaderContext;
import org.jboss.windup.config.metadata.RuleMetadata;
import org.jboss.windup.config.operation.Log;
import org.jboss.windup.graph.GraphContext;
import org.junit.Assert;
import org.junit.Test;
import org.ocpsoft.logging.Logger;
Expand Down

0 comments on commit 13c5b82

Please sign in to comment.