summaryrefslogtreecommitdiffstats
path: root/actn-interface-tools/pom.xml
diff options
context:
space:
mode:
authorruilin cai <ruilin.cai@huawei.com>2023-03-20 15:29:03 -0400
committerRuilin Cai <ruilin.cai@huawei.com>2023-06-16 20:15:03 +0000
commit276dede19944314ccfff76d55edd070115321c10 (patch)
treee3a0e34344b6362746660a0a57f1134aa023d5bd /actn-interface-tools/pom.xml
parent5420b338d60f93bfe7455221942f285e76b23972 (diff)
[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 <ruilin.cai@huawei.com> Issue-ID: INT-2213
Diffstat (limited to 'actn-interface-tools/pom.xml')
-rw-r--r--actn-interface-tools/pom.xml20
1 files changed, 20 insertions, 0 deletions
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 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>22.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>javax.ws.rs-api</artifactId>
+ <version>2.0.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.scr.annotations</artifactId>
+ <scope>provided</scope>
+ <version>1.9.12</version>
+ </dependency>
+ </dependencies>
</project> \ No newline at end of file