summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-11 19:37:06 +0200
committerMichael Lando <ml636r@att.com>2018-03-11 19:49:54 +0000
commite482ae4f367d1ee3a6269fe0f3db950029748cd4 (patch)
tree0ca572508e09b1de18340148fdde88c3b1d47b32
parent3107efd8aa9721a195580fc283205bed26104875 (diff)
Sync Integ to Master
Change-Id: I662b43d0cf25adcc0dd14d332997ef8999862987 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
-rw-r--r--catalog-dao/pom.xml3
-rw-r--r--catalog-model/pom.xml3
-rw-r--r--common-app-api/pom.xml5
-rw-r--r--security-utils/pom.xml4
-rw-r--r--test-apis-ci/pom.xml6
-rw-r--r--ui-ci/pom.xml1
6 files changed, 7 insertions, 15 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml
index a6dd88a968..ba8a2edd45 100644
--- a/catalog-dao/pom.xml
+++ b/catalog-dao/pom.xml
@@ -11,9 +11,6 @@
<version>1.2.0-SNAPSHOT</version>
</parent>
- <properties>
- <sonar.skip>true</sonar.skip>
- </properties>
<dependencies>
<!-- Common of SDC -->
<dependency>
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index ef12ad6297..8e90417419 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -12,9 +12,6 @@
<version>1.2.0-SNAPSHOT</version>
</parent>
- <properties>
- <sonar.skip>true</sonar.skip>
- </properties>
<dependencies>
<!-- Common of SDC -->
<dependency>
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 9d23ead5f9..a8eee7189c 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -10,10 +10,7 @@
<artifactId>sdc-main</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
-
- <properties>
- <sonar.skip>true</sonar.skip>
- </properties>
+
<dependencies>
<dependency>
<groupId>org.openecomp.sdc</groupId>
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index a6e9befe5d..56a02fe083 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -11,10 +11,6 @@
<version>1.2.0-SNAPSHOT</version>
</parent>
- <properties>
- <sonar.skip>true</sonar.skip>
- </properties>
-
<dependencies>
<dependency>
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml
index ef0eff467c..d603c279a0 100644
--- a/test-apis-ci/pom.xml
+++ b/test-apis-ci/pom.xml
@@ -10,7 +10,11 @@
<artifactId>sdc-main</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
-
+
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml
index 1fc9f7054b..8fd1970b21 100644
--- a/ui-ci/pom.xml
+++ b/ui-ci/pom.xml
@@ -13,6 +13,7 @@
</parent>
<properties>
+ <sonar.skip>true</sonar.skip>
<jacoco.skip>true</jacoco.skip>
<aspectj.version>1.8.10</aspectj.version>
</properties>