Skip to content

Commit

Permalink
add compile dependency on jackson-core
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jan 10, 2024
1 parent d606e4a commit 8aff4b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions adam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-codegen-spark3_${scala.version.prefix}</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<profiles>
<profile>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,11 @@
<artifactId>paranamer</artifactId>
<version>2.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 8aff4b4

Please sign in to comment.