Skip to content

Commit

Permalink
fix: moving org.json to test scope (#743)
Browse files Browse the repository at this point in the history
*removing org.json dependency as it is not used anywhere
  • Loading branch information
AsabuHere committed May 5, 2023
1 parent 8b9d43b commit c8169fd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -473,4 +468,4 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
</project>
</project>

0 comments on commit c8169fd

Please sign in to comment.