Skip to content

Commit

Permalink
use jackson-annotations dependency for test scope only
Browse files Browse the repository at this point in the history
  • Loading branch information
cerveada committed Jun 14, 2023
1 parent 5fd08c4 commit 4794f61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@
<artifactId>spark-cobol_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>

<!-- to force newer version of jackson-annotations - needed for testcontainers -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 4794f61

Please sign in to comment.