diff options
author | Jim Hahn <jrh3@att.com> | 2019-09-12 16:05:18 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-09-12 16:20:30 -0400 |
commit | 1df1c6aeb21b50ab5c4f7c4a7e6da7bc8abed62e (patch) | |
tree | d17b9209b4f26ba6f3a04600b514e90bbdd4cbb8 /pom.xml | |
parent | 88a247ef93ac0f0e2ff00345e0408a2af232b3c9 (diff) |
Add yaml support to xacml-pdp rest server
Also modified code to use StandardYamlCoder.
Change-Id: I0596c8b054339ac68ef8c4250cd25b9ff88d47e4
Issue-ID: POLICY-2085
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -7,9 +7,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -44,8 +44,8 @@ <sonar.jacoco.reportPath>${project.basedir}/../target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath> <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> @@ -55,7 +55,7 @@ <module>packages</module> <module>testsuites</module> </modules> - + <dependencies> <dependency> <groupId>junit</groupId> @@ -118,7 +118,7 @@ <version>${policy.models.version}</version> </dependency> </dependencies> - + <distributionManagement> <site> <id>ecomp-site</id> @@ -164,7 +164,7 @@ </goals> <phase>process-sources</phase> <configuration> - <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml + <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml with minor changes --> <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> @@ -206,7 +206,7 @@ </excludes> </configuration> <executions> - <!-- Prepares the property pointing to the JaCoCo runtime agent which is passed as VM argument when + <!-- Prepares the property pointing to the JaCoCo runtime agent which is passed as VM argument when Maven the Surefire plugin is executed. --> <execution> <id>pre-unit-test</id> |