Skip to content

Commit

Permalink
add explicit jackson-core dep to preston-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Jan 9, 2025
1 parent b0bab31 commit e5cf32f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions preston-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<artifactId>preston-rdf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down

0 comments on commit e5cf32f

Please sign in to comment.