aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'champ-lib/champ-core/pom.xml')
-rw-r--r--champ-lib/champ-core/pom.xml25
1 files changed, 20 insertions, 5 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index 4ce3d5f..38318b0 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -44,11 +44,6 @@ limitations under the License.
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client-dmaap</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.onap.aai.event-client</groupId>
- <artifactId>event-client-kafka</artifactId>
- </dependency>
<!-- Event Bus Library - END -->
<dependency>
@@ -103,6 +98,26 @@ limitations under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-compress</artifactId>
+ </exclusion>
</exclusions>
</dependency>