summaryrefslogtreecommitdiffstats
path: root/auth/auth-certman/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2019-01-14 11:06:13 -0600
committerSai Gandham <sg481n@att.com>2019-01-14 11:06:58 -0600
commit255628b20d825a6253a994e8da0ff5f2d748613b (patch)
treef74ee41c8adad737235854a219b9df9fb4157692 /auth/auth-certman/pom.xml
parent561d678e8e7816d93efc44d1027dac29691ebb0b (diff)
Add junits to auth certman
Issue-ID: AAF-111 Change-Id: I6c5c973383ff53099dcd4a865366494034830cbd Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/auth-certman/pom.xml')
-rw-r--r--auth/auth-certman/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml
index cd20bd02..76f26222 100644
--- a/auth/auth-certman/pom.xml
+++ b/auth/auth-certman/pom.xml
@@ -49,6 +49,12 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4-rule-agent</artifactId>
+ <version>1.6.4</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-auth-core</artifactId>