gpt4 book ai didi

java - SendGrid:找不到符号,类 com.sendgrid.Email。周末坏了

转载 作者:行者123 更新时间:2023-12-02 05:26:22 24 4
gpt4 key购买 nike

当使用 Maven 构建我的项目时,出现此错误。星期五还在工作,周末不知何故坏了。周末没有代码更改。

mvn clean
mvn compile

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Application: Compilation failure: Compilation failure:
[ERROR] /C:/Users/chloe/workspace/Application/src/main/java/com/example/utils/SendGridAPI.java:[7,20] cannot find symbol
[ERROR] symbol: class Email
[ERROR] location: package com.sendgrid

我的 pom.xml 中有以下内容。

        <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>com/example/Tmp.java</exclude>
</excludes>
</configuration>
</plugin>
<小时/>
    <!-- SendGrid -->
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<version>[4.0.1,)</version><!--$NO-MVN-MAN-VER$-->
</dependency>

Apache Maven 3.5.4

最佳答案

显然 SendGrid 改变了他们的 API 并移动了类。我用

修复了它
      <version>[4.0.1,4.4.0)</version><!--$NO-MVN-MAN-VER$-->

关于java - SendGrid:找不到符号,类 com.sendgrid.Email。周末坏了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56228842/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com