Merge "Fix vulnerability report part1"
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>
Wed, 11 Apr 2018 14:19:47 +0000 (14:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Apr 2018 14:19:47 +0000 (14:19 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -18,7 -18,7 +18,7 @@@
  
  -->
  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+                xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
  
        <groupId>org.onap.externalapi-nbi</groupId>
                </repository>
        </repositories>
  
 +      <distributionManagement>
 +              <repository>
 +                      <id>ecomp-releases</id>
 +                      <name>Release Repository</name>
 +                      <url>${nexusproxy}/${releaseNexusPath}</url>
 +              </repository>
 +              <snapshotRepository>
 +                      <id>ecomp-snapshots</id>
 +                      <name>Snapshot Repository</name>
 +                      <url>${nexusproxy}/${snapshotNexusPath}</url>
 +              </snapshotRepository>
 +      </distributionManagement>
 +
        <licenses>
                <license>
                        <name>Apache2</name>
                        <groupId>com.bazaarvoice.jolt</groupId>
                        <artifactId>jolt-core</artifactId>
                        <version>0.1.0</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>com.fasterxml.jackson.core</groupId>
+                                       <artifactId>jackson-databind</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
  
                <dependency>
                                <configuration>
                                        <header>LICENSE.TXT</header>
                                        <includes>
 -                                              <include>src/main/java/**</include>
 -                                              <include>src/test/java/**</include>
 +                                              <include>restclient/**</include>
 +                                              <include>src/**</include>
                                                <include>pom.xml</include>
                                        </includes>
                                        <skipExistingHeaders>true</skipExistingHeaders>
                                        <skip>false</skip>
 +                                      <mapping>
 +                                              <http>SCRIPT_STYLE</http>
 +                                      </mapping>
                                </configuration>
                                <executions>
                                        <execution>
                </profile>
        </profiles>
  
- </project>
+ </project>