diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-16 14:28:39 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-16 14:28:39 -0400 |
| commit | 3920afc35a75d7f5f064d9b222592054fcc6e219 (patch) | |
| tree | 5dc39a5e59cadc1336a8fcbed7d762fc727c7d59 /BJC-Utils2/pom.xml | |
| parent | 72e8de605598f62efbd63c17897e80cec181ff2b (diff) | |
POM update
Diffstat (limited to 'BJC-Utils2/pom.xml')
| -rw-r--r-- | BJC-Utils2/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/BJC-Utils2/pom.xml b/BJC-Utils2/pom.xml index da5e9e9..4584742 100644 --- a/BJC-Utils2/pom.xml +++ b/BJC-Utils2/pom.xml @@ -13,7 +13,7 @@ </plugin> </plugins> </build> - + <groupId>bjc</groupId> <artifactId>BJC-Utils2</artifactId> <version>0.1.0-SNAPSHOT</version> @@ -57,5 +57,10 @@ <artifactId>json</artifactId> <version>20160212</version> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>21.0</version> + </dependency> </dependencies> </project> |
