Reputation: 29
I have a lib where I've excluded dependency from an inhouse artifact and when I use the lib in my client application, it throws:
java.lang.ClassNotFoundException: io.confluent.monitoring.clients.interceptor.MonitoringProducerInterceptor
How do I override this exclusion and not exclude this dependency in my app?
Upvotes: 0
Views: 31