diff options
Diffstat (limited to 'ONAP-PDP-REST/pom.xml')
-rw-r--r-- | ONAP-PDP-REST/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ONAP-PDP-REST/pom.xml b/ONAP-PDP-REST/pom.xml index a2f7f7207..fb957f00d 100644 --- a/ONAP-PDP-REST/pom.xml +++ b/ONAP-PDP-REST/pom.xml @@ -212,6 +212,10 @@ <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> </exclusion> + <exclusion> + <groupId>com.att.aft</groupId> + <artifactId>dme2</artifactId> + </exclusion> </exclusions> </dependency> </dependencies> |