Skip to content

Commit

Permalink
Use COMPILE_PLUS_RUNTIME scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed May 24, 2013
1 parent 9f0ab2e commit 34a402c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
import java.util.Arrays;
import java.util.List;

@Mojo(name = "run", requiresDependencyResolution = ResolutionScope.RUNTIME )
@Mojo(name = "run", requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME)
public class ClojureRunMojo extends AbstractClojureCompilerMojo {

/**
Expand Down

0 comments on commit 34a402c

Please sign in to comment.