Update INFO.yaml file
[policy/xacml-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index acd78de..fea5818 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.yaml</groupId>
+            <artifactId>snakeyaml</artifactId>
+            <version>1.24</version>
+        </dependency>
+        <dependency>
+            <groupId>org.json</groupId>
+            <artifactId>json</artifactId>
+            <version>20180813</version>
+        </dependency>
+        <dependency>
+            <groupId>com.att.research.xacml</groupId>
+            <artifactId>xacml-pdp</artifactId>
+            <version>2.0.0</version>
+        </dependency>
     </dependencies>
     
     <distributionManagement>