Fix NullPointerException in cnf-adaper 25/141525/1 1.13.0
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 12 Jul 2025 09:14:56 +0000 (11:14 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 12 Jul 2025 09:14:56 +0000 (11:14 +0200)
commit5ffa821df5f88ef21c7e70c1cd1185f71267d9d7
tree1a8090f8c3efcab963dee810450898504c0f9a9b
parent459cdc25982f6b6ce024854732d03c9bf0f32ee7
Fix NullPointerException in cnf-adaper

- add @ComponentScan annotation that was removed in
  one of the last changes.
  It is required to pick up beans from the so common lib

Issue-ID: SO-4205
Change-Id: I1620cd983924dc1d45a0029444967ea9671dcb96
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MSOCnfApplication.java
so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/SpringContextHelperTest.java [new file with mode: 0644]