I don't know what this means:
The dependency is added by me in my pom.xml
.
<dependencies>
<!-- https://mvnrepository.com/artifact/xwork/xwork -->
<dependency>
<groupId>xwork</groupId>
<artifactId>xwork</artifactId>
<version>1.0.3</version>
</dependency>
</dependencies>
But you can see in the picture, there is red wave line under the xwork
library.
I have tried use:
- Maven Lifecycle :
clean - install
- Refresh Maven and Download Sources
- Reopen IntelliJ IDEA
But this did not work for me. Does anyone know what causes this, and how can I fix it?