diff options
Diffstat (limited to 'common-parameters/pom.xml')
-rw-r--r-- | common-parameters/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 0f1e9dfc..fc47b402 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -39,6 +40,11 @@ <artifactId>lombok</artifactId> </dependency> <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |