diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2018-06-21 10:49:34 +0200 |
---|---|---|
committer | Bogumil Zebek <bogumil.zebek@nokia.com> | 2018-06-21 10:51:53 +0200 |
commit | 113837354d04e4f65b38a018228cdceca2127305 (patch) | |
tree | 419883909e65b043c1ab736b7e2743b48359e617 /pom.xml | |
parent | f518411876d6830d83d051a915f0b21bdfdcb43e (diff) |
Remove performance problem.
Change-Id: I15234aff50ca4946cf481fa3d32cb6fa56af60e5
Issue-ID: AAI-1233
Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -130,6 +130,12 @@ limitations under the License. <scope>test</scope> </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.10.0</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> |