Hi,

on the way diagnosing missing deps on spring-context module, i found out that this bea component is located at http://ftpna2.bea.com/pub/downloads/commonj/commonj-twm.jar , nevertheless ivy tries to download from http://repo1.maven.org/maven2/com/bea/wlplatform/commonj-twm/1.1/commonj-twm-1.1.jar . Is this correct?


---- snip the relevant POM -----


<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.bea.wlplatform</groupId>
  <artifactId>commonj-twm</artifactId>
  <version>1.1</version>
  <name>Timer and Work Manager for Application Servers</name>
  <url>http://dev2dev.bea.com/wlplatform/commonj/twm.html</url>
  <distributionManagement>
<downloadUrl>http://ftpna2.bea.com/pub/downloads/commonj/commonj-twm.jar </downloadUrl>
  </distributionManagement>
</project>



---
regards
Marc Logemann
http://www.logemann.org
http://www.logentis.de




Reply via email to