diff --git a/flink-connector-kudu/pom.xml b/flink-connector-kudu/pom.xml index 22817ff..9bcbbea 100644 --- a/flink-connector-kudu/pom.xml +++ b/flink-connector-kudu/pom.xml @@ -34,34 +34,34 @@ under the License. jar - - org.apache.flink - flink-clients - - org.apache.flink flink-streaming-java + provided org.apache.flink flink-table-api-java-bridge + provided org.apache.flink flink-table-common + provided org.apache.flink flink-table-planner-loader + provided org.apache.flink flink-table-runtime + provided @@ -69,6 +69,26 @@ under the License. kudu-client + + org.apache.flink + flink-test-utils + test + + + + org.apache.flink + flink-test-utils-junit + test + + + + org.apache.flink + flink-runtime + ${flink.version} + test-jar + test + + org.apache.kudu kudu-test-utils diff --git a/flink-sql-connector-kudu/pom.xml b/flink-sql-connector-kudu/pom.xml new file mode 100644 index 0000000..63f565d --- /dev/null +++ b/flink-sql-connector-kudu/pom.xml @@ -0,0 +1,93 @@ + + + + + 4.0.0 + + + org.apache.flink + flink-connector-kudu-parent + 2.0-SNAPSHOT + + + flink-sql-connector-kudu + Flink : Connectors : SQL : Kudu + jar + + + + org.apache.flink + flink-connector-kudu + ${project.version} + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + shade-flink + package + + shade + + + + + *:* + + + com.google.code.findbugs:jsr305 + org.apache.yetus:* + org.slf4j:* + + + + + *:* + + META-INF/native/libnetty** + META-INF/native-image/** + META-INF/services/reactor.blockhound.integration.BlockHoundIntegration + META-INF/io.netty.versions.properties + META-INF/micrometer-core.properties + META-INF/LICENSE.txt + + + + + + org.apache.kudu + org.apache.flink.kudu.shaded.org.apache.kudu + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 4da21f9..059a394 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ under the License. flink-connector-kudu + flink-sql-connector-kudu @@ -116,12 +117,6 @@ under the License. - - org.apache.flink - flink-clients - ${flink.version} - - org.apache.flink flink-streaming-java @@ -158,6 +153,12 @@ under the License. ${flink.version} + + org.apache.flink + flink-test-utils-junit + ${flink.version} + + org.apache.flink