Updated dependency versions for IQ
[dmaap/dbcapi.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6cf715f..5825559 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </executions>
                        </plugin>
 
+               <!-- for Distribution Managment -->
+               <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-site-plugin</artifactId>
+                 <version>3.6</version>
+                 <dependencies>
+                       <dependency>
+                         <groupId>org.apache.maven.wagon</groupId>
+                         <artifactId>wagon-webdav-jackrabbit</artifactId>
+                         <version>2.10</version>
+                       </dependency>
+                 </dependencies>
+               </plugin>
+
                </plugins>
                <pluginManagement>
                        <plugins>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-annotations</artifactId>
-                       <version>2.8.9</version>
+                       <version>${jackson.version}</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>2.8.9</version>
+<!-- for DMAAP-205, a point release on the common version
+        addresses a security issue.  Note the add notation here
+  -->
+                       <version>${jackson.version}.1</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.dataformat</groupId>
                        <artifactId>jackson-dataformat-yaml</artifactId>
-                       <version>2.8.9</version>
+                       <version>${jackson.version}</version>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        </plugin>
                </plugins>
        </reporting>
+       <distributionManagement>
+               <site>
+                       <id>ecomp-site</id>
+                       <url>dav:${nexusproxy}${sitePath}</url>
+               </site>
+       </distributionManagement>
        <properties>
+           <jackson.version>2.8.11</jackson.version>
                <jersey.version>2.26</jersey.version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <jettyVersion>9.3.7.v20160115</jettyVersion> 
+               <jettyVersion>9.3.9.v20160517</jettyVersion> 
                <eelf.version>0.0.1</eelf.version>
                <artifact.version>1.0.2-SNAPSHOT</artifact.version>
                <!-- SONAR -->
                <!-- Note: This list should match jacoco-maven-plugin's exclusion list 
                        below -->
                <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
+
+               <!-- for Distribution Management -->
+               <sitePath>/content/sites/site/org/onap/dmaap/buscontroller/${artifact.version}</sitePath>
        </properties>
        <description>Data Movement as a Platform (DMaaP) Bus Controller provides a REST API for other DCAE infrastructure components to provision DMaaP resources.  A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers.</description>
 </project>