summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa/pom.xml
diff options
context:
space:
mode:
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>