diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -10,6 +10,13 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties> + <distributionManagement> + <repository> + <id>github</id> + <name>GitHub Packages</name> + <url>https://maven.pkg.github.com/pinapelz/JHolodex</url> + </repository> + </distributionManagement> <dependencies> <dependency> <groupId>junit</groupId> @@ -37,6 +44,13 @@ <artifactId>gson</artifactId> <version>2.10.1</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.json/json --> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20230618</version> + </dependency> + </dependencies> </project> |
