Release aai/aai-common
[aai/aai-common.git] / aai-schema-ingest / pom.xml
index e8ad5f9..85b2d04 100644 (file)
@@ -26,7 +26,7 @@ limitations under the License.
        <parent>
                <groupId>org.onap.aai.aai-common</groupId>
                <artifactId>aai-parent</artifactId>
-               <version>1.6.8-SNAPSHOT</version>
+               <version>1.9.6</version>
                <relativePath>../aai-parent/pom.xml</relativePath>
        </parent>
        <artifactId>aai-schema-ingest</artifactId>
@@ -35,7 +35,8 @@ limitations under the License.
 
        <properties>
                <eelf.core.version>1.0.1-oss</eelf.core.version>
-               <httpclient.version>4.5.5</httpclient.version>
+               <httpclient.version>4.5.13</httpclient.version>
+        <groovy.version>2.5.15</groovy.version>
                <springframework.version>4.3.24.RELEASE</springframework.version>
        </properties>
        <build>
@@ -69,6 +70,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.codehaus.groovy</groupId>
                        <artifactId>groovy</artifactId>
+            <version>${groovy.version}</version>
                        <classifier>indy</classifier>
                </dependency>
                <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->