Merge "Made pom update"
authorRam Koya <rk541m@att.com>
Fri, 7 Sep 2018 17:02:28 +0000 (17:02 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 7 Sep 2018 17:02:28 +0000 (17:02 +0000)
1  2 
datarouter-subscriber/pom.xml

          <datarouter.prov.image.name>onap/dmaap/datarouter-subscriber</datarouter.prov.image.name>
      </properties>
      <dependencies>
+         <dependency>
+             <groupId>commons-codec</groupId>
+             <artifactId>commons-codec</artifactId>
+             <version>${commons-codec.version}</version>
+         </dependency>
          <dependency>
              <groupId>org.eclipse.jetty</groupId>
              <artifactId>jetty-server</artifactId>
              <version>1.2.17</version>
              <scope>compile</scope>
          </dependency>
 +        <dependency>
 +            <groupId>org.apache.commons</groupId>
 +            <artifactId>commons-io</artifactId>
 +            <version>1.3.2</version>
 +        </dependency>
      </dependencies>
      <profiles>
          <profile>
                      <archive>
                          <manifest>
                              <addClasspath>true</addClasspath>
 -                            <mainClass>org.onap.dmaap.datarouter.subscriber.Subscriber</mainClass>
 +                            <mainClass>org.onap.dmaap.datarouter.subscriber.SubscriberMain</mainClass>
                          </manifest>
                      </archive>
                  </configuration>