Skip to content

Commit 2e8c287

Browse files
Locharla, SandeepLocharla, Sandeep
authored andcommitted
CSTACKEX-46: Removed the unused json dependency from pom.xml
1 parent b88a6cb commit 2e8c287

File tree

1 file changed

+0
-6
lines changed
  • plugins/storage/volume/ontap

1 file changed

+0
-6
lines changed

plugins/storage/volume/ontap/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<properties>
3131
<spring-cloud.version>2021.0.7</spring-cloud.version>
3232
<openfeign.version>11.0</openfeign.version>
33-
<json.version>20230227</json.version>
3433
<httpclient.version>4.5.14</httpclient.version>
3534
<swagger-annotations.version>1.6.2</swagger-annotations.version>
3635
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
@@ -55,11 +54,6 @@
5554
<artifactId>cloud-plugin-storage-volume-default</artifactId>
5655
<version>${project.version}</version>
5756
</dependency>
58-
<dependency>
59-
<groupId>org.json</groupId>
60-
<artifactId>json</artifactId>
61-
<version>${json.version}</version>
62-
</dependency>
6357
<dependency>
6458
<groupId>io.github.openfeign</groupId>
6559
<artifactId>feign-core</artifactId>

0 commit comments

Comments
 (0)