Create ZIP with Dmaap DR docker-compose stuff
[dmaap/datarouter.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 17744ad..1292bfc 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -3,6 +3,7 @@
   * org.onap.dmaap
   * ===========================================================================
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+  * Modifications Copyright (C) 2018 Nokia. All rights reserved.
   * ===========================================================================
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
@@ -25,7 +26,7 @@
     <groupId>org.onap.dmaap.datarouter</groupId>
     <artifactId>parent</artifactId>
     <name>dmaap-datarouter</name>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <url>https://github.com/att/DMAAP_DATAROUTER</url>
     <parent>
@@ -48,7 +49,7 @@
         <jetty.version>9.3.8.RC0</jetty.version>
         <jetty.websocket.version>8.2.0.v20160908</jetty.websocket.version>
         <javax.mail-api.version>1.5.5</javax.mail-api.version>
-        <dom4j.version>1.6</dom4j.version>
+        <dom4j.version>2.1.1</dom4j.version>
         <xml-apis.version>1.4.01</xml-apis.version>
         <thoughtworks.version>1.4.10</thoughtworks.version>
         <google.guava.version>26.0-jre</google.guava.version>
@@ -67,6 +68,7 @@
         <module>datarouter-prov</module>
         <module>datarouter-node</module>
         <module>datarouter-subscriber</module>
+        <module>datarouter-docker-compose</module>
     </modules>
     <build>
         <plugins>