diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-21 18:36:36 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-21 18:49:35 +0800 |
commit | 88350d3c9580855053aabc6d83ff8f54919137de (patch) | |
tree | c1389153f936ede90b6cfffb4cc22959aea7dd07 /holmes-actions/pom.xml | |
parent | ade8715b85cc4205ba2420cca24e253891a13540 (diff) |
Added AAI Query Tool
Change-Id: I8110ad860ac4fb4e83a864ab7ab9c31d7f84da60
Issue-ID: HOLMES-160
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 66b462e..cf110c4 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -150,23 +150,6 @@ <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
-
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>2.4</version>
- <classifier>jdk15</classifier>
- <exclusions>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
|