Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoran10 committed Apr 21, 2022
1 parent 438cd08 commit 80e22d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,6 @@ jobs:
- name: Transaction
group: TRANSACTION

- name: SQL
group: SQL

steps:
- name: checkout
if: ${{ needs.changed_files_job.outputs.docs_only != 'true' }}
Expand Down
1 change: 1 addition & 0 deletions pulsar-sql/java-version-trim-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>java-version-trim-agent</artifactId>
<name>Pulsar SQL :: Java Version Trim Agent</name>

<dependencies>
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions pulsar-sql/presto-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@
<version>${jackson.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>java-version-trim-agent</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import lombok.extern.slf4j.Slf4j;
import org.apache.pulsar.client.api.PulsarClient;
import org.apache.pulsar.client.api.PulsarClientException;
import org.apache.pulsar.common.protocol.Commands;
import org.apache.pulsar.tests.integration.containers.BrokerContainer;
import org.apache.pulsar.tests.integration.containers.S3Container;
import org.apache.pulsar.tests.integration.topologies.PulsarClusterSpec;

Expand Down

0 comments on commit 80e22d4

Please sign in to comment.