Add yaml support to pap rest server

Change-Id: I3e3d5c46bfa4f1d093e64b8be9a9720570e6000c
Issue-ID: POLICY-2085
Signed-off-by: jrh3 <jrh3@att.com>
diff --git a/pom.xml b/pom.xml
index 24a4a4e..f4e6d5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
 
-        <policy.common.version>1.5.2</policy.common.version>
+        <policy.common.version>1.6.0-SNAPSHOT</policy.common.version>
         <policy.models.version>2.1.3</policy.models.version>
     </properties>