aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorjh7358 <jh7358@att.com>2019-04-25 20:15:28 -0400
committerJim Hahn <jrh3@att.com>2019-04-26 17:16:27 -0400
commit05045cd36ad264b5d7b674155699b2cccee71165 (patch)
treef2651c9b19f09f7944339ab07fc706bc5d6cd8f3 /main/pom.xml
parentc7beb45738209526a4794b3b72f0f0bd025d1a82 (diff)
Refactor xacml-pdp to remove various statics3.0.2-ONAP
Refactored xacml-pdp to eliminate a number of static fields. Modified junit tests to allocate new ports for each test. Also modified XacmlPolicyUtilsTest to convert path names to match the file system so that the junit will work in OSs other than linux. Replaced logback.xml with a copy of the one from PAP to resolve some issues. Don't print entire message when discarding, as each PDP receives messages for ALL PDPs. Remove shutdown class from Main - just invoke this.shutdown() directly. Added additional comments to CommonRest. Also modified port test parameters. Change-Id: Id8bf7216cdcb59a1a2cb4cb957fa44f640315cfe Issue-ID: POLICY-1645 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 790746b2..27fde504 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -81,6 +81,16 @@
<artifactId>policy-models-pdp</artifactId>
<version>${policy.models.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>