summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2023-03-20 10:30:36 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2023-03-20 10:32:19 +0800
commit167b3d6d3f85e8d0ff3680a7d85ca1c9cf99b2b1 (patch)
treeb3776015132d5a9a110ca2c3792145df88d4b4a8 /holmes-actions/pom.xml
parentf40805fd803fe7e6aa8f7bb4c5d41cf85d163738 (diff)
Removed MSB Invocation During AAI Calling
Issue-ID: HOLMES-327 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I7e4319c3f6b17db53ffbb57efbe692ed523090e6
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 5687d18..cec3209 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2017-2022 ZTE Corporation. Licensed under the Apache License, Version
+<!-- Copyright 2017-2023 ZTE Corporation. Licensed under the Apache License, Version
2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
@@ -12,7 +12,7 @@
<parent>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-common-parent</artifactId>
- <version>1.4.4-SNAPSHOT</version>
+ <version>1.4.5-SNAPSHOT</version>
</parent>
<name>holmes-common-service</name>
@@ -121,11 +121,6 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>5.3.13</version>
- </dependency>
- <dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>${jakarta.ws.rs.version}</version>