diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-18 19:48:56 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-18 19:50:04 -0400 |
| commit | 8ffe41a3575e7d9e4602deeb5f878c4687f4e389 (patch) | |
| tree | 99a13cb3bc2a409490d608615ab6bc4b3089fc44 /BJC-Utils2 | |
| parent | 1a16e5115e794e932ea31c1e5641210f739da41f (diff) | |
Added commons-lang to dependancies
Diffstat (limited to 'BJC-Utils2')
| -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 9323a0f..dd6111f 100644 --- a/BJC-Utils2/pom.xml +++ b/BJC-Utils2/pom.xml @@ -35,5 +35,10 @@ <artifactId>junit-quickcheck-generators</artifactId> <version>0.5</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.4</version> + </dependency> </dependencies> </project> |
