Checkstyle fixes
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cc6e528..e419c31 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
-       <version>4.1.1-SNAPSHOT</version>
+       <version>4.1.2-SNAPSHOT</version>
        <name>clamp</name>
 
 
                <!-- Enable language to disable javascript analysis -->
                <!-- <sonar.language>java</sonar.language> -->
                <!-- Parameters for Javascript coverage -->
-               <sonar.sources>src/main,${project.build.directory}/${ui.react.src}</sonar.sources>
+               <sonar.sources>src/main,${project.build.directory}/${ui.react.src}/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>
                        <artifactId>guava</artifactId>
                        <version>27.0-jre</version>
                </dependency>
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+                       <version>1.13</version>
+               </dependency>
                <!-- Remove the MYSQL connector and replace it by Mariadb -->
                <dependency>
                        <groupId>org.mariadb.jdbc</groupId>