diff options
author | Peyton Puckett <pp5762@att.com> | 2020-03-02 16:02:07 -0600 |
---|---|---|
committer | Peyton Puckett <peyton.puckett@att.com> | 2020-03-05 07:42:58 -0600 |
commit | efafe30feec4864cd325bcb36bff6a7cd9dd4e5e (patch) | |
tree | a8d59152a2fb74b33b873d7e17c39dcf4271132e /models-interactions/model-actors/actor.appclcm/pom.xml | |
parent | 958fc6626f14e4101f0101d7c3bc75793aefa754 (diff) |
Add APPC-LCM actor
Issue-ID: POLICY-2403
Change-Id: Ia7b26cce9ec8308c3d83c374e5ac6aea3af38a1d
Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
Diffstat (limited to 'models-interactions/model-actors/actor.appclcm/pom.xml')
-rw-r--r-- | models-interactions/model-actors/actor.appclcm/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/models-interactions/model-actors/actor.appclcm/pom.xml b/models-interactions/model-actors/actor.appclcm/pom.xml index 16c557514..7538d6655 100644 --- a/models-interactions/model-actors/actor.appclcm/pom.xml +++ b/models-interactions/model-actors/actor.appclcm/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- ============LICENSE_START======================================================= - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018, 2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -81,5 +81,10 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito2</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |