Skip to content

Commit

Permalink
Fix remove spark from mysql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Apr 27, 2023
1 parent c6675f0 commit 76f0904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

import java.util.HashMap;
import java.util.Map;
import javax.inject.Inject;

import jakarta.inject.Inject;
import org.apache.hadoop.conf.Configuration;
import org.apache.iceberg.Table;
import org.apache.iceberg.catalog.TableIdentifier;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<version.debezium>2.2.0.Final</version.debezium>
<version.mysql.driver>8.0.32</version.mysql.driver>
<!-- Quarkus -->
<version.quarkus>3.0.0.Final</version.quarkus>
<version.quarkus>3.0.1.Final</version.quarkus>
<!-- ANTLR -->
<!-- Align with Antlr runtime version with spark for unit tests -->
<version.antlr>4.9.3</version.antlr>
Expand Down

0 comments on commit 76f0904

Please sign in to comment.