summaryrefslogtreecommitdiffstats
path: root/holmes-actions
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2020-09-08 09:10:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-08 09:10:45 +0000
commitfe095c6946e55131f3b70af0a9795135a8314f08 (patch)
tree634da878eb07ce0a09de14b9fef0f6ab2a7d5825 /holmes-actions
parentc41fa7d038d64a2aec770e1028a14cf83e783429 (diff)
parent4fd282503aaca575d514c8115d2fcf2d82a4e624 (diff)
Merge "Removed unused dependencies"
Diffstat (limited to 'holmes-actions')
-rw-r--r--holmes-actions/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 9a516b6..4d6c3be 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -43,14 +43,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jms_1.1_spec</artifactId>
- </dependency>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>stringtemplate</artifactId>
- </dependency>
- <dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<scope>provided</scope>
@@ -166,11 +158,6 @@
<version>3.2.2</version>
</dependency>
<dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.8.2</version>
- </dependency>
- <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>