diff options
author | Liam Fallon <liam.fallon@est.tech> | 2019-02-15 19:36:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-15 19:36:27 +0000 |
commit | 5ecf9b32e62e5bd7123b35a10523c25a0892356b (patch) | |
tree | 5962badbc2e3ca36e0f2886985f7c9beb9d9704a /policy-endpoints/src/main/java | |
parent | 8b32784d749d4bcacfa4e8f684501559f999be07 (diff) | |
parent | 195cc7e2f74e6dde900604acf825a9540afb500d (diff) |
Merge "Remove unneeded jackson references"
Diffstat (limited to 'policy-endpoints/src/main/java')
-rw-r--r-- | policy-endpoints/src/main/java/org/onap/policy/common/endpoints/properties/PolicyEndPointProperties.java | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |