Skip to content

Commit

Permalink
Removal of unnecessary protobuf-java (#104)
Browse files Browse the repository at this point in the history
In my company we use trilead with protobuf-java excluded and it been working fine, (we use all of the KEX algorithms #60  which is the reason why tink was added and indirectly protobuf-java  )
  • Loading branch information
Elisedlund-ericsson authored Jul 28, 2022
1 parent c7db5f9 commit da87cad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink</artifactId>
<version>1.6.1</version>
</dependency>
<!-- TODO check if we can exclude protobuf -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.2</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit da87cad

Please sign in to comment.