在我的一个项目中,我目前正在使用版本v201808中的DFP /广告管理系统类,为此我正在使用pom.xml文件中的以下maven依赖项-
20.7.2017.@pafg
为了升级版本,当我将导入语句从v201808更改为v201902时,出现编译时错误--
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>dfp-axis</artifactId>
<version>4.1.0</version>
</dependency>
我还尝试将dfp-axis和ads-lib依赖项的版本从4.1.0更改为4.2.0,但是此问题仍然存在。 我该如何解决这个问题?