enhancement
To integrate Maven dependencies into a Top-Logic module, you can create a pom.xml file in the module's root directory and then run the Ant task ` importMavenDependencies `. This copies all dependencies listed there to WEB-INF/lib. These libraries can then be added to the Eclipse classpath.
Test
- Create a module with a pom.xml file and run the Ant task described above. The dependencies should then be available in WEB-INF/lib.