aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/src/main/resources
diff options
context:
space:
mode:
authorPooja03 <PM00501616@techmahindra.com>2018-04-25 10:53:41 +0530
committerPooja Malik <PM00501616@techmahindra.com>2018-04-25 05:26:13 +0000
commitfbb4e65173e5e340d6bd7366a12a12558067690c (patch)
tree86427d91c3916adbdd211f41a7af14b2d1070b18 /UniversalVesAdapter/src/main/resources
parentf3222cb2137c1ec21d300540de385bf620ff022d (diff)
Security issue and FileNotFound Exception
Security issue to be addressed for fasterxml.jackson and FileNotFound Exception for MapperConfig.json Issue-ID: DCAEGEN2-467 Change-Id: Iba56ee61f9b8768a80ec88e423f7cb3e80961306 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
Diffstat (limited to 'UniversalVesAdapter/src/main/resources')
-rw-r--r--UniversalVesAdapter/src/main/resources/application.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/UniversalVesAdapter/src/main/resources/application.properties b/UniversalVesAdapter/src/main/resources/application.properties
index 0aefded..4841f4a 100644
--- a/UniversalVesAdapter/src/main/resources/application.properties
+++ b/UniversalVesAdapter/src/main/resources/application.properties
@@ -6,6 +6,6 @@ universal.configFiles=snmp:snmpTrapToVes.xml,default:defaultConfig.xml
fileService.url=http://localhost:8888/fileAsString/
messagesInBatch=1000
messagesInTimeInterval=5000
-mapperConfig.file=MapperConfig.json
-dmaap.consumer_props=/src/main/resources/dme2/consumer.properties
-dmaap.publisher_props=/src/main/resources/dme2/publisher.properties \ No newline at end of file
+mapperConfig.file=../UniversalVesAdapter/src/main/resources/MapperConfig.json
+dmaap.consumer_props=../UniversalVesAdapter/src/main/resources/dme2/consumer.properties
+dmaap.publisher_props=../UniversalVesAdapter/src/main/resources/dme2/publisher.properties \ No newline at end of file