From 195cc7e2f74e6dde900604acf825a9540afb500d Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 15 Feb 2019 11:33:25 -0500 Subject: Remove unneeded jackson references Removed some jackson references that are no longer needed. Others remain; those must remain in place until they are no longer needed by other policy repos. Change-Id: Ica6624baf17be118714bb566c8db3ffce2c3587c Issue-ID: POLICY-1428 Signed-off-by: Jim Hahn --- .../policy/common/endpoints/properties/PolicyEndPointProperties.java | 1 - 1 file changed, 1 deletion(-) (limited to 'policy-endpoints') diff --git a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/properties/PolicyEndPointProperties.java b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/properties/PolicyEndPointProperties.java index 2b1a9a3f..2979c7e9 100644 --- a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/properties/PolicyEndPointProperties.java +++ b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/properties/PolicyEndPointProperties.java @@ -32,7 +32,6 @@ public interface PolicyEndPointProperties { String PROPERTY_TOPIC_EVENTS_SUFFIX = ".events"; String PROPERTY_TOPIC_EVENTS_FILTER_SUFFIX = ".filter"; String PROPERTY_TOPIC_EVENTS_CUSTOM_MODEL_CODER_GSON_SUFFIX = ".events.custom.gson"; - String PROPERTY_TOPIC_EVENTS_CUSTOM_MODEL_CODER_JACKSON_SUFFIX = ".events.custom.jackson"; String PROPERTY_TOPIC_SOURCE_CONSUMER_GROUP_SUFFIX = ".consumerGroup"; String PROPERTY_TOPIC_SOURCE_CONSUMER_INSTANCE_SUFFIX = ".consumerInstance"; -- cgit 1.2.3-korg