diff options
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index 60a7b1ff..6d6407e0 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -176,6 +176,9 @@ PolicyAudit=org.onap.policy.models.pap.concepts.PolicyAudit, PolicyStatus=org.onap.policy.models.pap.concepts.PolicyStatus </importMappings> + <typeMappings> + PdpStatistics=org.onap.policy.models.pdp.concepts.PdpStatistics + </typeMappings> <configOptions> <sourceFolder>src/gen/java</sourceFolder> <dateLibrary>java11</dateLibrary> |