Resolve External Dependencies
Resolve external dependencies¶
Once the pom.xml file is imported into the IntelliJ project, IntelliJ uses its information to resolve the package names of the Egeria classes included in your code. Classes that have an unknown package are shown in red.
Go to your Java class in the editor and click on a class name shown in red. If IntelliJ has located the class in the dependent modules, it adds an underline to the class name and the hover text shows the suggested class.

Use Option plus Return keys to add the package name to the top if the class. The class name is shown in white.

The package name of the class is added as an import statement at the top of the file.

Repeat this process until all classes are resolved.