Merge "Ignore any .js file on sonar report"
authorWojciech Sliwka <wojciech.sliwka@nokia.com>
Mon, 25 Feb 2019 14:21:47 +0000 (14:21 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 25 Feb 2019 14:21:47 +0000 (14:21 +0000)
1  2 
epsdk-app-onap/pom.xml

diff --combined epsdk-app-onap/pom.xml
@@@ -34,6 -34,8 +34,8 @@@
          <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
          <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
          <sonar.projectVersion>${project.version}</sonar.projectVersion>
+         <!-- ignore all .js files on sonar report -->
+         <sonar.exclusions>**/*.js</sonar.exclusions>
      </properties>
  
      <repositories>
              <artifactId>jackson-dataformat-cbor</artifactId>
              <version>${jackson.version}</version>
          </dependency>
 +        <!-- c3p0 is to override epsdk-app-common's c3p0 0.9.5.2 vulnerability -->
          <dependency>
              <groupId>com.mchange</groupId>
              <artifactId>c3p0</artifactId>
 -            <version>0.9.5.2</version>
 +            <version>0.9.5.3</version>
          </dependency>
          <dependency>
              <groupId>io.searchbox</groupId>