We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2ef4f commit 5c09ba7Copy full SHA for 5c09ba7
pom.xml
@@ -207,7 +207,9 @@
207
</dependency>
208
209
<!-- resolve conflict between `org.jlab.coda:jclara` and `ai.djl:api`
210
- by choosing the later version of their `com.google.code.gson:gson` dependency -->
+ by choosing the later version of their `com.google.code.gson:gson` dependency
211
+ - `djl`'s `gson` version is here: https://github.com/deepjavalibrary/djl/blob/master/gradle/libs.versions.toml
212
+ -->
213
<dependency>
214
<groupId>com.google.code.gson</groupId>
215
<artifactId>gson</artifactId>
0 commit comments