diff options
Diffstat (limited to '')
| -rw-r--r-- | pacman/model/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pacman/model/pom.xml b/pacman/model/pom.xml index 02e5fb8..6eac4b2 100644 --- a/pacman/model/pom.xml +++ b/pacman/model/pom.xml @@ -11,4 +11,12 @@ </parent> <artifactId>model</artifactId> + <dependencies> + <!-- https://mvnrepository.com/artifact/org.json/json --> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20250107</version> + </dependency> + </dependencies> </project> |