Skip to content

Commit

Permalink
Fix duplicate protobuf dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Jan 31, 2024
1 parent 1cd52c0 commit a821f05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions concordium-android-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
<groupId>org.bitcoinj</groupId>
<artifactId>bitcoinj-core</artifactId>
<version>0.16.2</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-javalite</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit a821f05

Please sign in to comment.