We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3453b3 commit 77bd458Copy full SHA for 77bd458
1 file changed
java-shared-dependencies/third-party-dependencies/pom.xml
@@ -240,6 +240,11 @@
240
<artifactId>detector-resources-support</artifactId>
241
<version>${google.cloud.opentelemetry.version}</version>
242
</dependency>
243
+ <dependency>
244
+ <groupId>org.json</groupId>
245
+ <artifactId>json</artifactId>
246
+ <version>${json.version}</version>
247
+ </dependency>
248
<dependency>
249
<groupId>org.junit</groupId>
250
<artifactId>junit-bom</artifactId>
@@ -257,11 +262,6 @@
257
262
<artifactId>tink</artifactId>
258
263
<version>${com.google.crypto.tink.version}</version>
259
264
260
- <dependency>
261
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>${json.version}</version>
- </dependency>
265
</dependencies>
266
</dependencyManagement>
267
</project>
0 commit comments