From e3d8810da844f0a45f04992f69d56172e4cec9c3 Mon Sep 17 00:00:00 2001 From: "Chen, Jackie (jv246a)" Date: Fri, 15 Jan 2021 14:02:09 -0500 Subject: [PATCH] updated maven setting for camunda and service api Signed-off-by: Chen, Jackie (jv246a) Change-Id: I714879ab1f7a3402a388c1c2960dff69e955d6fe --- .gitignore | 1 + docs/release-notes.rst | 2 -- otf-camunda/settings.xml | 1 - otf-service-api/settings.xml | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1b1ea24..8b8cb7f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -165,12 +165,10 @@ smo-o1-vth: a1-policy-manager-vth: - Used to communicate with A1 policy management service api - - Built according to: https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/latest/policy-agent-api.html#policy-agent-api - Has all functionality that is available in the above link. The vth will require the action and method necessary information e.g. query values and json data and forward the request to the service a1-sdnc-vth: - Used to communicate with SDNC A1 Controller api - - built according to: https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/latest/sdnc-a1-controller-api.html - Has all functionality that is available in the above link. The vth will require the action and method necessary information e.g. query values and json data and forward the request to the service Instructions on how to build and run these applications can be found in the otf-installation.txt file located in the it/otf repository. diff --git a/otf-camunda/settings.xml b/otf-camunda/settings.xml index 5a4325d..c30fc95 100644 --- a/otf-camunda/settings.xml +++ b/otf-camunda/settings.xml @@ -204,7 +204,6 @@ - default openecomp-staging openecomp-public openecomp-release diff --git a/otf-service-api/settings.xml b/otf-service-api/settings.xml index 5a4325d..c30fc95 100644 --- a/otf-service-api/settings.xml +++ b/otf-service-api/settings.xml @@ -204,7 +204,6 @@ - default openecomp-staging openecomp-public openecomp-release -- 2.16.6