diff --git a/meta/pom.xml b/meta/pom.xml index 16c5433..93ae5be 100644 --- a/meta/pom.xml +++ b/meta/pom.xml @@ -161,7 +161,21 @@ org.apache.logging.log4j:log4j-core + com.fasterxml.jackson.core:jackson-core + com.fasterxml.jackson.core:jackson-annotations + com.fasterxml.jackson.dataformat:jackson-dataformat-yaml + org.apache.hive:hive-jdbc + org.apache.hadoop:hadoop-common + mysql:mysql-connector-java + org.postgresql:postgresql + com.oracle:ojdbc6 + + log4j:log4j + org.apache.httpcomponents:httpcore + org.apache.httpcomponents:httpclient + org.apache.httpcomponents:httpasyncclient + diff --git a/parser/pom.xml b/parser/pom.xml index aa6b714..52a18d7 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -398,11 +398,19 @@ limitations under the License. org.slf4j:slf4j-log4j12 + org.elasticsearch:elasticsearch + net.jpountz.lz4:lz4: + ru.yandex.clickhouse:clickhouse-jdbc org.eclipse.jetty:jetty-server + org.apache.httpcomponents:httpcore-nio + joda-time:joda-time + org.apache.httpcomponents:httpasyncclient + org.apache.httpcomponents:httpclient + commons-codec:commons-codec diff --git a/pom.xml b/pom.xml index 37c3a0b..e720e06 100644 --- a/pom.xml +++ b/pom.xml @@ -707,7 +707,7 @@ analyze-only - true + false