summaryrefslogtreecommitdiffstats
path: root/pomba/service-decomposition/pom.xml
diff options
context:
space:
mode:
authorTait,Trevor(rt0435) <rtait@amdocs.com>2018-07-31 15:48:07 -0400
committerTait,Trevor(rt0435) <rtait@amdocs.com>2018-08-01 14:04:24 -0400
commit74f9d832beba72c1121bef875b8e36ddb3cd5740 (patch)
tree16961ab8598f3e3b916d7a8fd97ccfdea0057dca /pomba/service-decomposition/pom.xml
parent46c24a62f6931364075e9bd1cd33446dfdc9575b (diff)
Fixing issues from SONAR report
Change-Id: I69e042690f464303fed0c9188b1555adf1f06481 Issue-ID: SDNC-317 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'pomba/service-decomposition/pom.xml')
-rw-r--r--pomba/service-decomposition/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml
index b66ed25..6252246 100644
--- a/pomba/service-decomposition/pom.xml
+++ b/pomba/service-decomposition/pom.xml
@@ -98,6 +98,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.vaadin.external.google</groupId>
+ <artifactId>android-json</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>