Skip to content

Commit

Permalink
Upgrade to Groovy Shell Server 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Mar 20, 2015
1 parent 6378d47 commit 87a9210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -18,17 +18,14 @@

import com.google.common.collect.Maps;
import com.google.common.util.concurrent.AbstractIdleService;
import com.iterative.groovy.service.GroovyShellService;
import me.bazhenov.groovysh.GroovyShellService;
import org.graylog2.plugin.BaseConfiguration;
import org.graylog2.shared.bindings.InstantiationService;

import javax.inject.Inject;
import javax.inject.Singleton;
import java.util.Map;

/**
* @author Dennis Oelkers <dennis@torch.sh>
*/
@Singleton
public class GroovyShellSetupService extends AbstractIdleService {
private final GroovyShellService groovyShellService = new GroovyShellService();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -546,7 +546,7 @@
<dependency>
<groupId>me.bazhenov.groovy-shell</groupId>
<artifactId>groovy-shell-server</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 87a9210

Please sign in to comment.