aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r--champ-service/pom.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 2bf1ed8..cb2848f 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -62,13 +62,13 @@ limitations under the License.
<version>1.18.6</version>
</dependency>
- <!-- AJSC Dependencies -->
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
+
<dependency>
<groupId>com.att.aft</groupId>
<artifactId>dme2</artifactId>
@@ -76,7 +76,6 @@ limitations under the License.
<scope>provided</scope>
</dependency>
- <!--Adding this dependency explicit.-->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
@@ -125,7 +124,6 @@ limitations under the License.
<version>${org.apache.httpcomponents.httpclient.version}</version>
</dependency>
- <!-- Champ graph database library. -->
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>champ-core</artifactId>
@@ -192,7 +190,13 @@ limitations under the License.
</execution>
</executions>
</plugin>
-
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
<!--
<plugin>
<groupId>com.mycila</groupId>
@@ -229,7 +233,6 @@ limitations under the License.
<forceTags>true</forceTags>
</configuration>
</plugin>
-
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>