Skip to content

Commit

Permalink
Fix 2.13 poms
Browse files Browse the repository at this point in the history
  • Loading branch information
revans2 committed Jun 13, 2024
1 parent 5822a8c commit 39e9cfc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scala2.13/shim-deps/databricks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@
<version>${spark.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${spark.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
Expand Down Expand Up @@ -286,4 +292,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 39e9cfc

Please sign in to comment.