diff options
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-11 19:37:06 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-11 19:49:54 +0000 |
commit | e482ae4f367d1ee3a6269fe0f3db950029748cd4 (patch) | |
tree | 0ca572508e09b1de18340148fdde88c3b1d47b32 /test-apis-ci/pom.xml | |
parent | 3107efd8aa9721a195580fc283205bed26104875 (diff) |
Sync Integ to Master
Change-Id: I662b43d0cf25adcc0dd14d332997ef8999862987
Issue-ID: SDC-977
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'test-apis-ci/pom.xml')
-rw-r--r-- | test-apis-ci/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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> |