diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-09-17 14:38:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-17 14:38:09 +0000 |
commit | 421672e34425963b97184104416bb131d5e7903a (patch) | |
tree | d74a9827ddc5d1c7bf899f5cf63ec2da37d0c502 /testsuites/integration/integration-uservice-test/pom.xml | |
parent | 952d4f5aab9913f961e77fa0457da5d38f31d94f (diff) | |
parent | e13ff2c6faf63caab2d47fa63777e965e32ec642 (diff) |
Merge "Re-implement Kafka tests that periodically fail"
Diffstat (limited to 'testsuites/integration/integration-uservice-test/pom.xml')
-rw-r--r-- | testsuites/integration/integration-uservice-test/pom.xml | 34 |
1 files changed, 4 insertions, 30 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 52a54c2dd..6466895c8 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -142,41 +142,15 @@ </dependency> <dependency> <groupId>org.apache.kafka</groupId> - <artifactId>kafka_2.11</artifactId> + <artifactId>kafka_2.12</artifactId> <version>${version.kafka}</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> - <groupId>org.apache.kafka</groupId> - <artifactId>kafka_2.11</artifactId> - <version>${version.kafka}</version> - <classifier>test</classifier> + <groupId>com.salesforce.kafka.test</groupId> + <artifactId>kafka-junit4</artifactId> + <version>3.0.1</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.kafka</groupId> - <artifactId>kafka-clients</artifactId> - <version>${version.kafka}</version> - <classifier>test</classifier> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.activemq.tooling</groupId> |