diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2021-10-29 14:47:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-11-01 10:17:41 -0400 |
commit | 5b935a9086ec1080f896b9a71c52283122aa0163 (patch) | |
tree | f28aee1327e5b6c8ad423dec5950d46f66ac201b /pomba | |
parent | 53b2788231f5ab3aeda4f09e1445a02c3a3b6be9 (diff) |
Sync local changes to support GRA microservice
Sync changes made downstream to support GRA microservice
Change-Id: If3bf5d879f7d61ab91209c63b0344d78128246a8
Issue-ID: CCSDK-3504
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pomba')
-rw-r--r-- | pomba/network-discovery-api/pom.xml | 1 | ||||
-rw-r--r-- | pomba/network-discovery/pom.xml | 1 | ||||
-rw-r--r-- | pomba/pom.xml | 1 | ||||
-rw-r--r-- | pomba/service-decomposition/pom.xml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index 002daf4..176e71a 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index f7c8333..8805c5e 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/pomba/pom.xml b/pomba/pom.xml index 0753544..dcf7643 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 8b871fb..d480119 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> |