aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-11-04 11:33:12 +0000
committeradheli.tavares <adheli.tavares@est.tech>2024-11-04 11:34:00 +0000
commit6555f7c9fad3719f79e986d83ea7f81fb16d94d3 (patch)
treec060ad844a4714d67b9da1f0340e82451c787237 /common
parentc5b350ae7a06977e5d35d9372e7b762be1bd24c9 (diff)
Fix references and organize dependencies in policy-clamp after
splitting policy-endpoints and message-bus in policy-common Issue-ID: POLICY-5131 Change-Id: Ied8ea3d89797984a8a0573cfbf989404dc394871 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/common/pom.xml b/common/pom.xml
index b5ff9e247..91a70f4c9 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -36,11 +36,6 @@
<dependencies>
<dependency>
- <groupId>org.onap.policy.clamp</groupId>
- <artifactId>policy-clamp-models</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.onap.policy.models</groupId>
<artifactId>policy-models-errors</artifactId>
<version>${policy.models.version}</version>
@@ -60,7 +55,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>${version.spring}</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
@@ -68,8 +62,7 @@
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter</artifactId>
- <version>${version.jupiter}</version>
+ <artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>