Skip to content

Commit

Permalink
deps: include jackson-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Poston committed Jul 20, 2022
1 parent 818e4af commit a348f0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.jfposton</groupId>
<artifactId>yt-dlp-java</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>Yt-Dlp wrapper</name>
Expand Down Expand Up @@ -43,6 +43,11 @@
<version>4.13.2</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
Expand Down

0 comments on commit a348f0a

Please sign in to comment.