summaryrefslogtreecommitdiff
path: root/pacman/model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pacman/model/pom.xml')
-rw-r--r--pacman/model/pom.xml8
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>