Skip to content

Commit

Permalink
Manage jackson-annotations dependency version.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sabadello <markus@danubetech.com>
  • Loading branch information
peacekeeper committed Dec 19, 2019
1 parent 19cde85 commit 794ce63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/btcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@

</profiles>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.10.1</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>decentralized-identity</groupId>
Expand Down

0 comments on commit 794ce63

Please sign in to comment.