Add support for loading VNF Catalog XML files
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ae5e7cd..16c478c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.1.0</version>
+               <version>1.1.1</version>
                <relativePath />
        </parent>
 
@@ -52,6 +52,7 @@
                <docker.location>${basedir}/target</docker.location>
                <spring-boot.version>1.5.12.RELEASE</spring-boot.version>
                <apache.commons-text.version>1.1</apache.commons-text.version>
+               <commons-compress.version>1.14</commons-compress.version>
                <hamcrest-all.version>1.3</hamcrest-all.version>
                <babel.version>1.2.0</babel.version>
                <aai.rest.client.version>1.2.1</aai.rest.client.version>
                        <artifactId>jline</artifactId>
                        <version>2.12.1</version>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-compress</artifactId>
+                       <version>${commons-compress.version}</version>
+               </dependency>
                <dependency>
                        <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>