diff --git a/pom.xml b/pom.xml
index ba9087f0..7ecfb330 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
org.xbib.elasticsearch.plugin
elasticsearch-river-jdbc
- 1.3.0.3
+ 1.3.0.4
jar
diff --git a/src/main/java/org/xbib/elasticsearch/plugin/jdbc/SQLCommand.java b/src/main/java/org/xbib/elasticsearch/plugin/jdbc/SQLCommand.java
index 8d95e09e..e9f4d089 100644
--- a/src/main/java/org/xbib/elasticsearch/plugin/jdbc/SQLCommand.java
+++ b/src/main/java/org/xbib/elasticsearch/plugin/jdbc/SQLCommand.java
@@ -8,12 +8,14 @@
import java.io.InputStreamReader;
import java.io.Reader;
import java.util.Arrays;
-import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.regex.Pattern;
+import static org.elasticsearch.common.collect.Lists.newLinkedList;
+import static org.elasticsearch.common.collect.Maps.newHashMap;
+
/**
* The SQL command
*/
@@ -23,9 +25,9 @@ public class SQLCommand {
private static final Pattern STATEMENT_PATTERN = Pattern.compile("^\\s*(update|insert)", Pattern.CASE_INSENSITIVE);
- private List