Removal of previous UI

Removal of Angular code not used anymore, it has been replaced by React

Issue-ID: CLAMP-487
Change-Id: Ib5f20a2ede032e3288340b9884fa551dc0d5da03
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/pom.xml b/pom.xml
index cc6e528..efb95ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
 		<sonar.sources>src/main,${project.build.directory}/${ui.react.src}</sonar.sources>
 		<sonar.javascript.lcov.reportPaths>${project.build.directory}/${ui.react.src}/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
 
-		<sonar.exclusions>src/main/resources/**,**/clamp-ui/designer/lib/*</sonar.exclusions>
+		<sonar.exclusions>src/main/resources/**</sonar.exclusions>
 
 		<docker.push.registry>localhost:5000</docker.push.registry>
 		<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>