diff options
author | 2024-02-21 10:45:05 +0000 | |
---|---|---|
committer | 2024-02-21 10:45:37 +0000 | |
commit | 33751b41710ad0b31ee3b4aa8346591d5ecb36ad (patch) | |
tree | dbf163d7551c2ccadab921aa8bc8cc3b74f77958 /pom.xml | |
parent | 0268ba74dc59d06b0ed2eead746f93d4026ce369 (diff) |
Fixing config files to remove deprecated hibernate configurations
IssueID: POLICY-4929
Change-Id: I75d2f5bcdfb0aa6d103f0c82720494bd39343347
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -80,20 +80,6 @@ <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> <version>${policy.common.version}</version> - <exclusions> - <exclusion> - <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> - <artifactId>dmaapClient</artifactId> - </exclusion> - <exclusion> - <groupId>com.att.nsa</groupId> - <artifactId>cambriaClient</artifactId> - </exclusion> - <exclusion> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-cadi-aaf</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> |