IS: Remove Jersey and Use Spring Framework
authorRishi Chail <rishi.chail@est.tech>
Fri, 30 Oct 2020 12:58:54 +0000 (12:58 +0000)
committerRishi Chail <rishi.chail@est.tech>
Mon, 2 Nov 2020 09:07:28 +0000 (09:07 +0000)
commit2371fe79fe36a6629810b6dcfd435a95ce0fd54d
tree73236becb44eaffad1f36c49600a5e7003e7358b
parentb4cd52f312c85e182fbaf7cc57ffdb32e6459f9b
IS: Remove Jersey and Use Spring Framework

Issue-ID: CCSDK-2959
Link: https://jira.onap.org/browse/CCSDK-2959
Signed-off-by: Rishi Chail <rishi.chail@est.tech>
Change-Id: Ie87d2fe53bffcaf2af0229961139910faeb36e26
cps/cps-rest/pom.xml
cps/cps-rest/src/main/java/org/onap/cps/rest/config/JerseyConfig.java [deleted file]
cps/cps-rest/src/main/java/org/onap/cps/rest/controller/CpsRestController.java [new file with mode: 0644]
cps/cps-rest/src/main/java/org/onap/cps/rest/controller/ModelController.java [deleted file]
cps/cps-rest/src/main/java/org/onap/cps/rest/controller/RestController.java [deleted file]
cps/cps-rest/src/main/resources/application.yml