Update Spring 3PP versions

To address Security Issue CVE-2022-22965
https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement

Issue-ID: CCSDK-3629
Change-Id: I460b85b26b15ba986de20b7731ec30e7f7de325a
Signed-off-by: JohnKeeney <john.keeney@est.tech>
1 file changed
tree: 2725074c1823ee32e2d69457d58c9b16eda4f7be
  1. a1-adapter/
  2. a1-policy-management/
  3. csit/
  4. docs/
  5. releases/
  6. .gitignore
  7. .gitreview
  8. .readthedocs.yaml
  9. INFO.yaml
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. 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".