Skip to content

Commit

Permalink
Fixed missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Feb 25, 2021
1 parent c16c66b commit 66867ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<version>1.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
Expand Down

0 comments on commit 66867ed

Please sign in to comment.