diff options
author | 2023-10-24 19:36:40 +0800 | |
---|---|---|
committer | 2023-10-24 19:36:40 +0800 | |
commit | 5200ae428eb894fac15db1b1af0bb9e7a9f3c9ae (patch) | |
tree | 7af997025981a60ce6d38f9d97f092629a9c7ac1 /holmes-actions/src | |
parent | ade480b317fe7bcf9ce94ef34e6c42b71a0ea1a3 (diff) |
Updated the version of direction dependencies
Issue-ID: HOLMES-633
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I7c977f9ef88c5284e1212cbc4b66c93a60e60c6d
Diffstat (limited to 'holmes-actions/src')
-rw-r--r-- | holmes-actions/src/main/java/org/onap/holmes/common/dmaap/store/UniqueRequestIdCache.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/holmes-actions/src/main/java/org/onap/holmes/common/dmaap/store/UniqueRequestIdCache.java b/holmes-actions/src/main/java/org/onap/holmes/common/dmaap/store/UniqueRequestIdCache.java index 6a65b0c..6e28fdc 100644 --- a/holmes-actions/src/main/java/org/onap/holmes/common/dmaap/store/UniqueRequestIdCache.java +++ b/holmes-actions/src/main/java/org/onap/holmes/common/dmaap/store/UniqueRequestIdCache.java @@ -19,11 +19,9 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; -import javax.inject.Singleton; import java.util.concurrent.ConcurrentHashMap; @Component -@Singleton public class UniqueRequestIdCache extends ConcurrentHashMap<String, String> { private static final Logger log = LoggerFactory.getLogger(UniqueRequestIdCache.class); |