Skip to content

Commit

Permalink
Restrict jackson deps to < 3 to avoid potential inadvertent breakages
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed Jul 17, 2019
1 parent d2b3423 commit 8eb7075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/integration/event_hub_producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>[2.9.9,)</version>
<version>[2.9.9,3.0)</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>[2.9.9,)</version>
<version>[2.9.9,3.0)</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.9.9,)</version>
<version>[2.9.9,3.0)</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 8eb7075

Please sign in to comment.