diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2025-12-07 18:10:18 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2025-12-07 18:10:18 -0500 |
| commit | 3db23673591cb35a9626475a79cdd3474e6a7f06 (patch) | |
| tree | 8f79c29c92be32d538ad38863f5151a7f6fe697c /firmal/pom.xml | |
| parent | d9ebbc31e252e275ba1cc28749b106a040726b82 (diff) | |
Checkpoint commit before fully moving DB connection to app-level
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> |
