I added a new dependency in my pom.xml file
<dependency>
<groupId>javax.xml.parsers</groupId>
<artifactId>jaxp-api</artifactId>
<version>1.4.5</version>
</dependency>
Compiling the code using a standard
mvn clean compile install package -Dmaven.test.skip=true
compiles with no problem, so the pom.xml is okay.
But as you can see by the screen shots, the editor doesn’t recognize the classes…
or more specifically, partially recognizes the classes.
All the other dependences work in the editor
I’ve tried maven update in the menu with no success.
my version is:
Version: 2021.5.24
Build id: 16.0.0-20210524
or from updates:
CI 2020.9.16a
Any clues as to what I can try… Is there some setting?
Regards
Edward Blurock
Attachments:
You must be
logged in to view attached files.