diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-12-12 14:24:48 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-12-12 14:24:50 -0500 |
commit | 9bd9dd4f3aed166c00fb6e248a02d161921fcf71 (patch) | |
tree | 960c2a2129928f4e81730cf5753bb7d45c34acc0 /aai-parent | |
parent | ff53f4a5e8bac4facc20d0a3dadcd7a50cbdcf58 (diff) |
Add missing deps
Issue-ID: AAI-2738
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iddc81d870428a43681033c03f788bea0b6af2637
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index a6b51665..1fd169a6 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -50,6 +50,7 @@ <codehaus.jackson.version>1.9.13</codehaus.jackson.version> <commons.beanutils.version>1.9.4</commons.beanutils.version> <commons.cli.version>1.4</commons.cli.version> + <commons.compress.version>1.19</commons.compress.version> <commons.configuration.version>1.10</commons.configuration.version> <commons.io.version>2.6</commons.io.version> <commons.lang.version>2.6</commons.lang.version> @@ -598,6 +599,12 @@ <version>${snakeyaml.version}</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + <version>${commons.compress.version}</version> + </dependency> + </dependencies> </dependencyManagement> |