Add name to the top level pom for model-loader
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0b77f49..93e6af5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
        <groupId>org.openecomp.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <version>1.1.0-SNAPSHOT</version>
+       <name>AAI - model-loader</name>
        
        <properties>
                <docker.location>${basedir}/target</docker.location>
                </dependency>
 
                <dependency>
-                       <groupId>org.openecomp.sdc</groupId>
+                       <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
                    <artifactId>sdc-distribution-client</artifactId>
-                   <version>1.0.0</version>
+                   <version>1.1.32-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpclient</artifactId>
+                       <version>4.5</version>
                </dependency>
                <dependency>
                        <groupId>org.json</groupId>