New JAVA clean project.
I tried to add new dependency for @Inject
and other stuff. My pom looks like it has only got project info and this single dependency:
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>LATEST</version>
</dependency>
Got sth like this in Project Structure. My .m2/repository
directory has got multiple directories with jar files.
I tried to reimport, invalidate cache and restart, reinstall completely new IntelliJ IDEA and more.
How to fix this?