导入javax.xml.bind.annotation.XmlRootElement未解析

Nan*_*h A 6 java jaxb intellij-idea android-studio

我正在使用intellij和我的代码使用

import javax.xml.bind.annotation.XmlRootElement;

它在我使用命令行时编译并运行.但是,当尝试使用ide(intellij)运行测试类时,它会给出错误

package javax.xml.bind.annotation does not exists

我在我的pom.xml中添加了jaxb依赖项

    <dependency>
        <groupId>javax.xml.bind</groupId>
        <artifactId>jaxb-api</artifactId>
        <version>2.0</version>
    </dependency>
Run Code Online (Sandbox Code Playgroud)

什么力量intellij不发现这个?

Pet*_*erg 1

尝试同步IDE ( Ctrl++ Alt)Y