summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa/pom.xml
diff options
context:
space:
mode:
authorCongcong Peng <peng.congcong@zte.com.cn>2018-02-27 11:23:35 +0800
committerCongcong Peng <peng.congcong@zte.com.cn>2018-02-27 11:23:35 +0800
commit160f012debe361e2827aeec06cd78d5ebb43906f (patch)
tree9cb5a8b50593a77e25557e95be1fbd4f78fe9c8b /dmaap-dsa/pom.xml
parentbe988c78605a1e90e13829db6505d12cd26ea1b4 (diff)
revert
Issue-ID: HOLMES-115 Change-Id: I19a64c38461869f16224ed63809f9cdee7fca0f1 Signed-off-by: Congcong Peng <peng.congcong@zte.com.cn>
Diffstat (limited to 'dmaap-dsa/pom.xml')
-rw-r--r--dmaap-dsa/pom.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml
index f0c7bd9..9c981ea 100644
--- a/dmaap-dsa/pom.xml
+++ b/dmaap-dsa/pom.xml
@@ -30,11 +30,11 @@
<dependencies>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.1.23</version>
- </dependency>
+ <!--<dependency>-->
+ <!--<groupId>com.alibaba</groupId>-->
+ <!--<artifactId>fastjson</artifactId>-->
+ <!--<version>1.1.23</version>-->
+ <!--</dependency>-->
<dependency>
<groupId>org.onap.msb.java-sdk</groupId>
@@ -78,14 +78,14 @@
<artifactId>log4j-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- </exclusion>
+ <!--<exclusion>-->
+ <!--<groupId>com.fasterxml.jackson.core</groupId>-->
+ <!--<artifactId>jackson-databind</artifactId>-->
+ <!--</exclusion>-->
+ <!--<exclusion>-->
+ <!--<groupId>com.fasterxml.jackson.core</groupId>-->
+ <!--<artifactId>jackson-core</artifactId>-->
+ <!--</exclusion>-->
</exclusions>
</dependency>
<dependency>
@@ -186,12 +186,12 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
- <exclusions>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- </exclusion>
- </exclusions>
+ <!--<exclusions>-->
+ <!--<exclusion>-->
+ <!--<groupId>com.fasterxml.jackson.core</groupId>-->
+ <!--<artifactId>jackson-core</artifactId>-->
+ <!--</exclusion>-->
+ <!--</exclusions>-->
</dependency>
</dependencies>