aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2018-06-21 10:49:34 +0200
committerBogumil Zebek <bogumil.zebek@nokia.com>2018-06-21 10:51:53 +0200
commit113837354d04e4f65b38a018228cdceca2127305 (patch)
tree419883909e65b043c1ab736b7e2743b48359e617 /pom.xml
parentf518411876d6830d83d051a915f0b21bdfdcb43e (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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c66b855..e955c80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>