Skip to content

Commit

Permalink
update: move to dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
07souravkunda authored and francisf committed Jul 7, 2023
1 parent abbb0de commit ea6547e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,18 @@
<artifactId>spring-beans</artifactId>
<version>5.3.18</version>
</dependency>

<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<resources>
<resource>
Expand Down

0 comments on commit ea6547e

Please sign in to comment.