summaryrefslogtreecommitdiffstats
path: root/ms/gra/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2021-10-29 14:47:40 -0400
committerDan Timoney <dtimoney@att.com>2021-11-01 10:17:41 -0400
commit5b935a9086ec1080f896b9a71c52283122aa0163 (patch)
treef28aee1327e5b6c8ad423dec5950d46f66ac201b /ms/gra/pom.xml
parent53b2788231f5ab3aeda4f09e1445a02c3a3b6be9 (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 'ms/gra/pom.xml')
-rw-r--r--ms/gra/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/ms/gra/pom.xml b/ms/gra/pom.xml
index e36f8b9..56b8e39 100644
--- a/ms/gra/pom.xml
+++ b/ms/gra/pom.xml
@@ -18,6 +18,7 @@
* 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>
@@ -35,11 +36,6 @@
<description>Generic Resource API microservice</description>
<properties>
- <aaf.cadi.version>2.1.21</aaf.cadi.version>
- <ccsdk.apps.version>1.3.0-SNAPSHOT</ccsdk.apps.version>
- <ccsdk.docker.version>1.2-STAGING-latest</ccsdk.docker.version>
- <sdnc.northbound.version>2.3.0-SNAPSHOT</sdnc.northbound.version>
- <sdnc.oam.version>2.3.0-SNAPSHOT</sdnc.oam.version>
<gratest.mysql.database>testdb</gratest.mysql.database>
<gratest.mysql.root.password>itsASecret</gratest.mysql.root.password>
<gratest.mysql.user>testdb</gratest.mysql.user>