From 5c4ea01ed2994bf573609d3a1ddf1730d0a63d38 Mon Sep 17 00:00:00 2001 From: decheng zhang Date: Thu, 14 Jul 2022 22:15:18 -0400 Subject: [actn-interface-tools] First commit for actn-interface-tools Actn-interface-tools: this sdk module is aiming to promote usage of actn standard and explore the potential of IETF protocol. Issue-ID: INT-2136 Signed-off-by: decheng zhang Change-Id: Ide2835342f0618f581b2726e7fd94ba084feeb9d Signed-off-by: decheng zhang --- actn-interface-tools/actn-client/pom.xml | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 actn-interface-tools/actn-client/pom.xml (limited to 'actn-interface-tools/actn-client/pom.xml') diff --git a/actn-interface-tools/actn-client/pom.xml b/actn-interface-tools/actn-client/pom.xml new file mode 100644 index 0000000..a2d0782 --- /dev/null +++ b/actn-interface-tools/actn-client/pom.xml @@ -0,0 +1,48 @@ + + + + + + actn-interface-tools + org.onap.integration.ietf-actn-tools + 1.0-SNAPSHOT + + 4.0.0 + + org.onap.integration.ietf-actn-tools + actn-client + + + 11 + 11 + 2.6.1 + + + + org.onap.integration.ietf-actn-tools + actn-model + 1.0-SNAPSHOT + + + + \ No newline at end of file -- cgit