diff options
author | Ram Koya <rk541m@att.com> | 2018-09-07 15:14:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-07 15:14:38 +0000 |
commit | dffdd1d82c6aa0adfb7a24703af48870f182ccfa (patch) | |
tree | 382d878d499368a5b25c085f105833a553197a98 /datarouter-subscriber/pom.xml | |
parent | 26311ae5220efa4460c03284d0a47b2def420ecb (diff) | |
parent | aa988a2dd377cbd8e675b7f95636a4e4a3cef17a (diff) |
Merge "Additional updates for Subscriber docker image"
Diffstat (limited to 'datarouter-subscriber/pom.xml')
-rwxr-xr-x | datarouter-subscriber/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 4d09d68e..8138f9a1 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -136,6 +136,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> @@ -227,7 +232,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> |