diff options
author | grabinsk <maciej.grabinski@nokia.com> | 2019-04-05 13:34:14 +0200 |
---|---|---|
committer | Maciej Grabinski <maciej.grabinski@nokia.com> | 2019-04-05 13:23:14 +0000 |
commit | f34a9a055140573c759df8e34e3121d4956668da (patch) | |
tree | 72c2662c069f54ea2254ba018373a5fadebcd1b0 /prh-commons/pom.xml | |
parent | 2abfecad9aeb88ba95d62d718376535fb6e00325 (diff) |
Remove unused code from autogenerated AAI model objects
Hand written pojos will have to be replaced with autogenerated ones
Change-Id: I5d6fd37e8ce56ab1e0cda3d1b308ce51c5e0ebd1
Issue-ID: DCAEGEN2-1391
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r-- | prh-commons/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 9043d914..703b92cf 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -70,5 +70,10 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |