8000 fix: moving org.json to test scope (#743) · twilio/twilio-java@c8169fd · GitHub
[go: up one dir, main page]

Skip to content

Commit c8169fd

Browse files
authored
fix: moving org.json to test scope (#743)
*removing org.json dependency as it is not used anywhere
1 parent 8b9d43b commit c8169fd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,6 @@
315315
<version>1.10.19</version>
316316
<scope>test</scope>
317317
</dependency>
318-
<dependency>
319-
<groupId>org.json</groupId>
320-
<artifactId>json</artifactId>
321-
<version>20220320</version>
< 6B62 code>322-
</dependency>
323318
</dependencies>
324319
<build>
325320
<plugins>
@@ -473,4 +468,4 @@
473468
<artifactId>oss-parent</artifactId>
474469
<version>7</version>
475470
</parent>
476-
</project>
471+
</project>

0 commit comments

Comments
 (0)
0