Skip to content

Commit

Permalink
Chore: add CEL and Tink to shared dependencies. (#3036)
Browse files Browse the repository at this point in the history
b/351904228
  • Loading branch information
huangjiahua authored Jul 10, 2024
1 parent 203d80c commit 6c10350
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions java-shared-dependencies/third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<opentelemetry-grpc-instrumentation.version>2.1.0-alpha</opentelemetry-grpc-instrumentation.version>
<flogger.version>0.8</flogger.version>
<arrow.version>15.0.2</arrow.version>
<dev.cel.version>0.5.2</dev.cel.version>
<com.google.crypto.tink.version>1.14.0</com.google.crypto.tink.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -205,6 +207,16 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>dev.cel</groupId>
<artifactId>cel</artifactId>
<version>${dev.cel.version}</version>
</dependency>
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink</artifactId>
<version>${com.google.crypto.tink.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 6c10350

Please sign in to comment.