diff options
author | Sai Gandham <sg481n@att.com> | 2019-01-14 11:06:13 -0600 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2019-01-14 11:06:58 -0600 |
commit | 255628b20d825a6253a994e8da0ff5f2d748613b (patch) | |
tree | f74ee41c8adad737235854a219b9df9fb4157692 /auth/auth-certman/pom.xml | |
parent | 561d678e8e7816d93efc44d1027dac29691ebb0b (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.xml | 6 |
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> |