Bugfix, adding default values for http proxy if missing

If the httpproxy parameters is missing in the application.yaml, the application will run and no proxies will be used.
Previously it did not start.

Change-Id: I5f532a0f106255cc3e30defc8191f674d8bf3731
Issue-ID: CCSDK-2966
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
1 file changed
tree: 879117e462f59b9e276a7483b2ec6b0ba3f72073
  1. a1-adapter/
  2. a1-policy-management/
  3. docs/
  4. releases/
  5. .gitignore
  6. .gitreview
  7. .readthedocs.yaml
  8. INFO.yaml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

This source repository contains the code for the ORAN A1 related components.

To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

  2. To compile, run "mvn clean install".