Skip to content

Commit

Permalink
fix: corrected ES connector name
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Sep 27, 2024
1 parent cd6b7dd commit 816fe3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@
</artifactItem>
<artifactItem>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-elasticsearch-v1.15</artifactId>
<artifactId>sort-connector-elasticsearch-base-v1.15</artifactId>
<version>${project.version}</version>
<destFileName>sort-connector-elasticsearch.jar</destFileName>
<destFileName>sort-connector-elasticsearch-base.jar</destFileName>
<type>jar</type>
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>
</artifactItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class Pulsar2ElasticsearchTest extends FlinkContainerTestEnvJRE8 {
public static final Logger ELASTICSEARCH_LOG = LoggerFactory.getLogger(ElasticsearchContainer.class);

private static final Path pulsarJar = TestUtils.getResource("sort-connector-pulsar.jar");
private static final Path elasticsearchJar = TestUtils.getResource("sort-connector-elasticsearch.jar");
private static final Path elasticsearchJar = TestUtils.getResource("sort-connector-elasticsearch-base.jar");

private static final String sqlFile;

Expand Down

0 comments on commit 816fe3e

Please sign in to comment.