Skip to content

Commit

Permalink
added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
carstendraschner committed Feb 19, 2021
1 parent e1c3f8c commit c184592
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sansa-stack/sansa-stack-spark/pom.xml
Expand Up @@ -51,6 +51,19 @@
</exclusions>
</dependency>

<!-- Added cause if not there failing when play around with fat jar in databricks -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0.1</version>
</dependency>

<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0.1</version>
</dependency>

</dependencies>

<profiles>
Expand Down

0 comments on commit c184592

Please sign in to comment.