diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-04-03 14:41:23 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-04-04 11:18:48 +0200 |
commit | 86690cd541f2aadabb8659e3ce87eec5de8acdc4 (patch) | |
tree | 6988e8519fac55825521aa8f8b2d6f565000a6b3 /prh-dmaap-client/pom.xml | |
parent | 9a40270c21325804164ae30caf90ed75711143f2 (diff) |
Added pushing docker image to nexus
Extended appConf loading
Change-Id: Ibc3640cf4a66e40ce5dc585818c077534d09141c
Issue-ID: DCAEGEN2-407
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-dmaap-client/pom.xml')
-rw-r--r-- | prh-dmaap-client/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prh-dmaap-client/pom.xml b/prh-dmaap-client/pom.xml index 8754b0af..fbb05cfb 100644 --- a/prh-dmaap-client/pom.xml +++ b/prh-dmaap-client/pom.xml @@ -81,5 +81,10 @@ <artifactId>junit-vintage-engine</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <version>4.3.3.RELEASE</version> + </dependency> </dependencies> </project>
\ No newline at end of file |