Skip to content

Commit

Permalink
Add org.json:json to dependency management
Browse files Browse the repository at this point in the history
Remove the version from common/pom.xml and add the dependency to
dependencyManagement section of root pom.xml.
  • Loading branch information
juanluisrp committed Feb 6, 2024
1 parent 1807d51 commit 6582907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240205</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bitbucket.cowwoc</groupId>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,12 @@
<version>1.12.261</version>
</dependency>

<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240205</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 6582907

Please sign in to comment.