Reorder xacml 2.0.0 loading 90/82990/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 21 Mar 2019 23:45:45 +0000 (19:45 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 21 Mar 2019 23:45:52 +0000 (19:45 -0400)
This dependency should only be in the applications area.
Reordering may help ensure that the correct jackson is loaded
for glassfish.

Issue-ID: POLICY-1609
Change-Id: I727a5266204e8e2e5c35b7a326baff854b55e523
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
applications/common/pom.xml
pom.xml

index 9d83f3d..3001730 100644 (file)
             <artifactId>utils-test</artifactId>
             <version>${policy.common.version}</version>
         </dependency>
+        <dependency>
+            <groupId>com.att.research.xacml</groupId>
+            <artifactId>xacml-pdp</artifactId>
+            <version>2.0.0</version>
+        </dependency>
     </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 03f171b..7783865 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <artifactId>json</artifactId>
             <version>20180813</version>
         </dependency>
-        <dependency>
-            <groupId>com.att.research.xacml</groupId>
-            <artifactId>xacml-pdp</artifactId>
-            <version>2.0.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>com.fasterxml.jackson.core</groupId>
-                    <artifactId>jackson-annotations</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.models</groupId>
             <artifactId>models-decisions</artifactId>