diff options
Diffstat (limited to 'champ-service-deps-titan/pom.xml')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 20b5ec3..59f2dd7 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -139,6 +139,10 @@ limitations under the License. <artifactId>event-client-kafka</artifactId> </exclusion> <exclusion> + <groupId>org.onap.aai.event-client</groupId> + <artifactId>event-client-rabbitmq</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> |