We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340bec3 commit 7c93eccCopy full SHA for 7c93ecc
hiero-enterprise-base/pom.xml
@@ -23,6 +23,10 @@
23
<groupId>com.hedera.hashgraph</groupId>
24
<artifactId>sdk</artifactId>
25
</dependency>
26
+ <dependency>
27
+ <groupId>com.squareup.okio</groupId>
28
+ <artifactId>okio</artifactId>
29
+ </dependency>
30
<dependency>
31
<groupId>io.github.cdimascio</groupId>
32
<artifactId>dotenv-java</artifactId>
pom.xml
@@ -151,6 +151,11 @@
151
<artifactId>grpc-protobuf-lite</artifactId>
152
<version>${grpc.version}</version>
153
154
155
156
157
+ <version>3.4.0</version>
158
159
160
<groupId>org.jspecify</groupId>
161
<artifactId>jspecify</artifactId>
0 commit comments