Hello
I'm using the google Ads API library with Spring 5
using information (version )
def googleApiVersion = '3.15.1'
//Spring boot version
compile 'org.springframework.boot:spring-boot-starter:2.0.3.RELEASE'
compile group: 'com.google.api-ads', name: 'ads-lib', version: "${googleApiVersion}"
compile group: 'com.google.api-ads', name: 'adwords-axis', version: "${googleApiVersion}"
compile group: 'com.google.api-ads', name: 'dfp-axis', version: "${googleApiVersion}"
error comment
java.lang.NoSuchMethodError: org.apache.commons.logging.LogFactory.getClassLoader(Ljava/lang/Class;)Ljava/lang/ClassLoader;
When moving LogFactory, go to Spring-jcl library ... what should I do about exclude
Thank you.