diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-04-02 15:07:33 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-04-02 15:07:33 -0400 |
| commit | a023de85aa08c8f2b8b2441c6b14064eabee2775 (patch) | |
| tree | 94d04671b0a6af4881efc4ac686045fed6d88ce6 /BJC-Utils2/pom.xml | |
| parent | 56d2fa54fd37ce09eef0019798c7fab824b56e74 (diff) | |
Began work on general configuration stuff.
I'll leave this sit for a while, and come back to it after some thought
Diffstat (limited to 'BJC-Utils2/pom.xml')
| -rw-r--r-- | BJC-Utils2/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BJC-Utils2/pom.xml b/BJC-Utils2/pom.xml index dd6111f..1eb345b 100644 --- a/BJC-Utils2/pom.xml +++ b/BJC-Utils2/pom.xml @@ -40,5 +40,10 @@ <artifactId>commons-lang3</artifactId> <version>3.4</version> </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20160212</version> + </dependency> </dependencies> </project> |
