Vulnerability fixes in ServicePluginFactory 38/91138/2
authorr.bogacki <r.bogacki@samsung.com>
Wed, 10 Jul 2019 08:38:42 +0000 (10:38 +0200)
committerRobert Bogacki <r.bogacki@samsung.com>
Fri, 12 Jul 2019 06:48:44 +0000 (06:48 +0000)
commitcd0fa5da3dd92649adc837ca774459fea2fd08c4
treee6e8b93d432c91a743ac849df3fee345f3f9da55
parent4f7af8bab030fc3d331816a706dd0a9e2974c455
Vulnerability fixes in ServicePluginFactory

Sonar vulnerability fixes in ServicePluginFactory.
-Moved hardcoded IP addresses to the property file.
-Added junit test.

Issue-ID: SO-2106
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Id33e17f7845c106212bbf4d4a8ca78641cea1396
bpmn/so-bpmn-infrastructure-common/src/main/java/org/onap/so/bpmn/infrastructure/workflow/service/ServicePluginFactory.java
bpmn/so-bpmn-infrastructure-common/src/main/resources/application.properties [new file with mode: 0644]
bpmn/so-bpmn-infrastructure-common/src/test/java/org/onap/so/bpmn/infrastructure/workflow/service/ServicePluginFactoryTest.java