AceShiken

Results 12 comments of AceShiken

```[INFO] [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ parent-campaign --- [INFO] com.mpl.services:parent-campaign:pom:1.1.1-SNAPSHOT [INFO] +- com.mpl.commons:lib-java-logging:jar:0.2:compile [INFO] | \- org.slf4j:slf4j-log4j12:jar:1.8.0-beta2:compile [INFO] | \- log4j:log4j:jar:1.2.17:compile [INFO] +- com.mpl.commons:lib-server-configurations:jar:0.2.0:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.7.5:compile [INFO] |...

check for dependency tree for --- maven-dependency-plugin:3.1.1:tree (default-cli) @ campaign ---

I still find the same issue ``` [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: osx [INFO] os.detected.arch: x86_64 [INFO]...

[campaign.log](https://github.com/googleads/google-ads-java/files/15147235/campaign.log) Attaching error log again

the pathfinder you mention is not related to the service which we use to call your api. Please just check tree for --- maven-dependency-plugin:3.1.1:tree (default-cli) @ campaign --- other 2...

Hi Josh, I have resolved the dependencies as well, dependencies below sh-3.2$ mvn clean dependency:tree [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO]...

Hi Josh, grpc-netty version that latest apache release supports is ``` org.apache.curator curator-framework 5.6.0 org.apache.curator curator-recipes 5.6.0 ``` [INFO] +- org.apache.curator:curator-framework:jar:5.6.0:compile [INFO] | \- org.apache.curator:curator-client:jar:5.6.0:compile [INFO] | +- org.apache.zookeeper:zookeeper:jar:3.7.2:compile [INFO]...

I have tried this as well, same issue. What I will do now is since current project can not sync with version mappings somehow, I will create a new project...

This is my current implementation, request is getting stuck. pom.xml ``` 4.0.0 google-campaign google-campaign 0.0.0-SNAPSHOT false service-google-campaign UTF-8 1.8 1.8 50080 https://m-central.mpl.live/repository m-central.mpl.live:9092 backend-snapshots Backend Snapshot Artifacts https://m-central.mpl.live/repository/backend-snapshots/ false com.google.api-ads...

I have tried the above it is working, thanks. But my refresh access token is expired somehow although it shows enabled on google console I have tried recreating a new...