aboutsummaryrefslogtreecommitdiffstats
path: root/applications/naming/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'applications/naming/pom.xml')
-rw-r--r--applications/naming/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/applications/naming/pom.xml b/applications/naming/pom.xml
index ac18c330..61fdd2dc 100644
--- a/applications/naming/pom.xml
+++ b/applications/naming/pom.xml
@@ -3,7 +3,7 @@
ONAP Policy Engine - XACML PDP
================================================================================
Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2023 Nordix Foundation.
+ Modifications Copyright (C) 2023-2024 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
<artifactId>applications</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.1-SNAPSHOT</version>
</parent>
<artifactId>xacml-naming</artifactId>
@@ -35,11 +35,6 @@
<dependencies>
<dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.onap.policy.xacml-pdp.applications</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>