diff options
Diffstat (limited to 'firmal/pom.xml')
| -rw-r--r-- | firmal/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml index aa1e601..dd41fe1 100644 --- a/firmal/pom.xml +++ b/firmal/pom.xml @@ -13,6 +13,23 @@ <artifactId>BJC-Utils2</artifactId> <version>2.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20160212</version> + </dependency> + <dependency> + <groupId>com.ashardalon</groupId> + <artifactId>esodata</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>42.7.8</version> + </dependency> + </dependencies> <build> <plugins> |
