From 276dede19944314ccfff76d55edd070115321c10 Mon Sep 17 00:00:00 2001 From: ruilin cai Date: Mon, 20 Mar 2023 15:29:03 -0400 Subject: [actn-interface-tools] Add sample-app as a test module sample-app: This is a module which acts as a test module with function of converting actn-model to customer OSS model. The module is parellel with module actn-interface-tools. Change-Id: I6e5aaddea5f37510caa836faf67c8f501b38a5a5 Signed-off-by: ruilin cai Issue-ID: INT-2213 --- actn-interface-tools/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'actn-interface-tools/pom.xml') diff --git a/actn-interface-tools/pom.xml b/actn-interface-tools/pom.xml index 740faea..baa2400 100644 --- a/actn-interface-tools/pom.xml +++ b/actn-interface-tools/pom.xml @@ -36,5 +36,25 @@ 11 11 + + + com.google.guava + guava + 22.0 + compile + + + javax.ws.rs + javax.ws.rs-api + 2.0.1 + compile + + + org.apache.felix + org.apache.felix.scr.annotations + provided + 1.9.12 + + \ No newline at end of file -- cgit 1.2.3-korg