flink-sql-connector-opensearch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-sql-connector-opensearch</artifactId> <version>1.2.0-1.19</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>flink-connector-opensearch-parent</artifactId> <groupId>org.apache.flink</groupId> <version>1.2.0-1.19</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>flink-sql-connector-opensearch</artifactId> <name>Flink : Connectors : SQL : Opensearch</name> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <id>shade-flink</id> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>*:*</include> </includes> <excludes> <exclude>com.tdunning:t-digest</exclude> <exclude>joda-time:joda-time</exclude> <exclude>net.sf.jopt-simple:jopt-simple</exclude> <exclude>net.java.dev.jna:jna</exclude> <exclude>org.hdrhistogram:HdrHistogram</exclude> <exclude>org.yaml:snakeyaml</exclude> </excludes> </artifactSet> <filters> <filter> <artifact>org.opensearch:opensearch</artifact> <excludes> <exclude>config/**</exclude> <exclude>modules.txt</exclude> <exclude>plugins.txt</exclude> <exclude>org/joda/**</exclude> <exclude>org/opensearch/bootstrap/**</exclude> </excludes> </filter> <filter> <artifact>org.opensearch.client:opensearch-rest-high-level-client</artifact> <excludes> <exclude>forbidden/**</exclude> </excludes> </filter> <filter> <artifact>org.apache.httpcomponents:httpclient</artifact> <excludes> <exclude>mozilla/**</exclude> </excludes> </filter> <filter> <artifact>org.apache.lucene:lucene-analyzers-common</artifact> <excludes> <exclude>org/tartarus/**</exclude> </excludes> </filter> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/versions/**</exclude> <exclude>META-INF/services/com.fasterxml.**</exclude> <exclude>META-INF/services/org.apache.lucene.**</exclude> <exclude>META-INF/services/org.opensearch.**</exclude> <exclude>META-INF/LICENSE.txt</exclude> </excludes> </filter> </filters> <relocations> <relocation> <pattern>org.apache.commons.codec</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.org.apache.commons.codec</shadedPattern> </relocation> <relocation> <pattern>org.apache.commons.logging</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.org.apache.commons.logging</shadedPattern> </relocation> <relocation> <pattern>org.apache.http</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.org.apache.http</shadedPattern> </relocation> <relocation> <pattern>org.apache.lucene</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.org.apache.lucene</shadedPattern> </relocation> <relocation> <pattern>org.opensearch</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.org.opensearch</shadedPattern> </relocation> <relocation> <pattern>com.fasterxml.jackson</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.com.fasterxml.jackson</shadedPattern> </relocation> <relocation> <pattern>com.carrotsearch.hppc</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.com.carrotsearch.hppc</shadedPattern> </relocation> <relocation> <pattern>com.github.mustachejava</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.com.github.mustachejava</shadedPattern> </relocation> <relocation> <pattern>net.jpountz</pattern> <shadedPattern>org.apache.flink.opensearch.shaded.net.jpountz</shadedPattern> </relocation> </relocations> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-test-utils</artifactId> <version>1.19.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>flink-table-common</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-runtime</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-runtime</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-core</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-rpc-akka-loader</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-clients</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-streaming-java</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-streaming-java</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-statebackend-rocksdb</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-statebackend-changelog</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-dstl-dfs</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>curator-test</artifactId> <groupId>org.apache.curator</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>1.3.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.10.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-jupiter-api</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>junit-jupiter-params</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>junit-jupiter-engine</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>5.10.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-platform-engine</artifactId> <groupId>org.junit.platform</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>apiguardian-api</artifactId> <groupId>org.apiguardian</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.25.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>byte-buddy</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.12.4</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>byte-buddy-agent</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> <exclusion> <artifactId>byte-buddy</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> <version>1.19.7</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>testcontainers</artifactId> <groupId>org.testcontainers</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>2.17.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.17.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.17.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> <version>2.17.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-test-utils-junit</artifactId> <version>1.19.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>testcontainers</artifactId> <groupId>org.testcontainers</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-architecture-tests-test</artifactId> <version>1.19.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>flink-architecture-tests-base</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>archunit</artifactId> <groupId>com.tngtech.archunit</groupId> </exclusion> <exclusion> <artifactId>archunit-junit5</artifactId> <groupId>com.tngtech.archunit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-architecture-tests-production</artifactId> <version>1.19.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>flink-annotations</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-core</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>flink-architecture-tests-base</artifactId> <groupId>org.apache.flink</groupId> </exclusion> <exclusion> <artifactId>archunit</artifactId> <groupId>com.tngtech.archunit</groupId> </exclusion> <exclusion> <artifactId>archunit-junit5</artifactId> <groupId>com.tngtech.archunit</groupId> </exclusion> <exclusion> <artifactId>flink-table-common</artifactId> <groupId>org.apache.flink</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>