Skip to content

Commit

Permalink
Fix tests remove spark
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Apr 27, 2023
1 parent 76f0904 commit a3ccc31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,6 @@

<!-- Testing -->
<!-- spark for tests -->
<!-- antlr4 version compatible with spark, testing only -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>${version.antlr}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.13</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
<version.mysql.driver>8.0.32</version.mysql.driver>
<!-- 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>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a3ccc31

Please sign in to comment.