diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-09-08 17:01:06 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-09-08 17:01:06 +0800 |
commit | 4fd282503aaca575d514c8115d2fcf2d82a4e624 (patch) | |
tree | d6b781cd5bd967d37d715f3985768de4fdca6b1f /holmes-actions | |
parent | 5fc15fed39332fce4cad41ef500b365235f6f207 (diff) |
Removed unused dependencies
Change-Id: I0a237900bcf6f49ea85221cd9c4b6857eb38d6be
Issue-ID: HOLMES-350
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions')
-rw-r--r-- | holmes-actions/pom.xml | 13 |
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>
|