<parent>\r
                <groupId>org.onap.dmaap.datarouter</groupId>\r
                <artifactId>parent</artifactId>\r
-               <version>1.0.0-SNAPSHOT</version>\r
+               <version>1.0.1-SNAPSHOT</version>\r
                <relativePath>../pom.xml</relativePath>\r
        </parent>\r
        \r
                        <artifactId>servlet-api</artifactId>\r
                        <version>2.5</version>\r
                </dependency>\r
+                <dependency>\r
+            <groupId>com.thoughtworks.xstream</groupId>\r
+            <artifactId>xstream</artifactId>\r
+            <version>1.4.7</version>\r
+        </dependency>\r
+       <dependency>\r
+               <groupId>ch.qos.logback</groupId>\r
+               <artifactId>logback-classic</artifactId>\r
+               <version>1.2.0</version>\r
+               <scope>compile</scope>\r
+       </dependency>\r
+       <dependency>\r
+               <groupId>ch.qos.logback</groupId>\r
+               <artifactId>logback-core</artifactId>\r
+               <version>1.2.0</version>\r
+               <scope>compile</scope>\r
+       </dependency>\r
 \r
                <dependency>\r
                        <groupId>org.eclipse.jetty</groupId>\r
                <dependency>\r
                        <groupId>org.apache.httpcomponents</groupId>\r
                        <artifactId>httpclient</artifactId>\r
-                       <version>4.2.3</version>\r
+                       <version>4.5.3</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.sonatype.http-testing-harness</groupId>\r
                        <artifactId>junit-runner</artifactId>\r
                        <version>0.11</version>\r
+                       <exclusions>\r
+                               <exclusion>\r
+                                       <groupId>org.databene</groupId>\r
+                                       <artifactId>contiperf</artifactId>\r
+                               </exclusion>\r
+                       </exclusions>\r
                </dependency>\r
 \r
 \r
 
        <parent>\r
                <groupId>org.onap.dmaap.datarouter</groupId>\r
                <artifactId>parent</artifactId>\r
-               <version>1.0.0-SNAPSHOT</version>\r
+               <version>1.0.1-SNAPSHOT</version>\r
                <relativePath>../pom.xml</relativePath>\r
        </parent>\r
        \r
                <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
        </properties>\r
         <dependencies>\r
+            <dependency>\r
+               <groupId>ch.qos.logback</groupId>\r
+               <artifactId>logback-classic</artifactId>\r
+               <version>1.2.0</version>\r
+               <scope>compile</scope>\r
+       </dependency>\r
+       <dependency>\r
+               <groupId>ch.qos.logback</groupId>\r
+               <artifactId>logback-core</artifactId>\r
+               <version>1.2.0</version>\r
+               <scope>compile</scope>\r
+       </dependency>\r
+            <dependency>\r
+            <groupId>com.thoughtworks.xstream</groupId>\r
+            <artifactId>xstream</artifactId>\r
+            <version>1.4.7</version>\r
+        </dependency>\r
                <dependency>\r
                        <groupId>org.json</groupId>\r
                        <artifactId>json</artifactId>\r
                <dependency>\r
                        <groupId>org.apache.httpcomponents</groupId>\r
                        <artifactId>httpclient</artifactId>\r
-                       <version>4.2.3</version>\r
+                       <version>4.5.3</version>\r
                </dependency>\r
                <dependency>\r
                        <groupId>org.sonatype.http-testing-harness</groupId>\r
                        <artifactId>junit-runner</artifactId>\r
                        <version>0.11</version>\r
+                       <exclusions>\r
+                               <exclusion>\r
+                                       <groupId>org.databene</groupId>\r
+                                       <artifactId>contiperf</artifactId>\r
+                               </exclusion>\r
+                       </exclusions>\r
                </dependency>\r
                <dependency>\r
                        <groupId>junit</groupId>\r
 
   <groupId>org.onap.dmaap.datarouter</groupId>\r
   <artifactId>parent</artifactId>\r
   <name>dmaap-datarouter</name>\r
-  <version>1.0.0-SNAPSHOT</version>\r
+  <version>1.0.1-SNAPSHOT</version>\r
   <packaging>pom</packaging>\r
   <url>https://github.com/att/DMAAP_DATAROUTER</url>\r
  \r
   <parent>\r
        <groupId>org.onap.oparent</groupId>\r
        <artifactId>oparent</artifactId>\r
-       <version>1.0.0-SNAPSHOT</version>\r
+       <version>0.1.1</version>\r
   </parent>\r
        \r
   <properties>\r
 
 \r
 major=1\r
 minor=0\r
-patch=0\r
+patch=1\r
 \r
 base_version=${major}.${minor}.${patch}\r
 \r