Update poms to upload champ-service jar
[aai/champ.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 255f7f2..07c283a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -40,13 +40,20 @@ limitations under the License.
         <module>champ-service</module>
     </modules>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>org.onap.aai.event-client</groupId>
-                <artifactId>event-client-api</artifactId>
-                <version>${event.client.version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>org.onap.aai.event-client</groupId>
@@ -165,4 +172,4 @@ limitations under the License.
         </snapshotRepository>
     </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>