Hello,
I created a new JAVA transformer in APPS8. When I try to compile it(without any changes), it throws an error saying some JAR files(Dependencies) are missing. As per E-Learning, I provided added below information in generated-pom.xml to download the dependencies JAR files but Developer studio says “Unknown host gbglcrd10 ”.
Please let me know if the URL to download dependencies has been changed. If so, Does anyone know the new URL or how can I resolve this issue?
<repositories>
<repository>
<id>ifs-public</id>
<url>http://gbglcrd10:8082/nexus/content/repositories/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>ifs-public</id>
<url>http://gbglcrd10:8082/nexus/content/repositories/public/</url>
</pluginRepository>
</pluginRepositories>
Best Regards.