diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-30 16:09:59 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-30 16:30:29 -0400 |
commit | 52ef94725081dff105d9c96c60985f1334f39e96 (patch) | |
tree | 368b70faa6e136e0ab84759aed4f4a5ad806163a /ecomp-portal-widget-ms/widget-ms/pom.xml | |
parent | 19f3f4a23a4b015b2a4091b42daa632bfa078d6b (diff) |
Configure sonar code coverage; use EPSDK 1.3.0
Also use this commit to mark delivery of many feature issues
Issue: PORTAL-26, PORTAL-28, PORTAL-29, PORTAL-50, PORTAL-69,
PORTAL-76, PORTAL-82, PORTAL-89
Change-Id: Ib3e8487c5eb3d39dcdae1450deac6d255449debc
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-widget-ms/widget-ms/pom.xml')
-rw-r--r-- | ecomp-portal-widget-ms/widget-ms/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index dcab5721..b421ebd5 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -25,6 +25,13 @@ </properties> <dependencies> + <!-- This pom pulls in artifacts --> + <dependency> + <groupId>org.openecomp.portal</groupId> + <artifactId>common-widgets</artifactId> + <version>${project.version}</version> + <type>pom</type> + </dependency> <dependency> <!-- Setup Spring Data JPA Repository support --> <groupId>org.springframework.boot</groupId> |