aboutsummaryrefslogtreecommitdiffstats
path: root/datarouter-subscriber/pom.xml
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@ericsson.com>2018-08-30 00:43:55 +0100
committereconwar <conor.ward@ericsson.com>2018-09-04 10:18:41 +0000
commitaa988a2dd377cbd8e675b7f95636a4e4a3cef17a (patch)
tree0c4cae52479a6e19082ca8b4eee5ff8bb10c71f1 /datarouter-subscriber/pom.xml
parent49be863f0005d80724a99acf13f31c4e03c5be68 (diff)
Additional updates for Subscriber docker image
Issue-ID: DMAAP-662 Change-Id: I4d850024cc0df238d7d44d74bed1b99169b1374c Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com>
Diffstat (limited to 'datarouter-subscriber/pom.xml')
-rwxr-xr-xdatarouter-subscriber/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml
index 52cb25c7..a7a31513 100755
--- a/datarouter-subscriber/pom.xml
+++ b/datarouter-subscriber/pom.xml
@@ -119,6 +119,11 @@
<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>
@@ -210,7 +215,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
- <mainClass>org.onap.dmaap.datarouter.subscriber.Subscriber</mainClass>
+ <mainClass>org.onap.dmaap.datarouter.subscriber.SubscriberMain</mainClass>
</manifest>
</archive>
</configuration>