>> Unable to find resource 'opensymphony:quartz-all:pom:1.6.2' in repository
>> central (http://repo1.maven.org/maven2)

Ask the OpenSymphony folks about this one.

>> Unable to find resource 'javax.transaction:jta:jar:1.0.1B' in repository
>> central (http://repo1.maven.org/maven2)

http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

>> Unable to find resource 'com.oracle:ojdbc14:jar:10.2.0.3.0' in repository
>> central (http://repo1.maven.org/maven2)

Oracle has never posted their ojdbc artifact in any repo that I'm
aware of, probably for similar reasons to the Sun JTA jar above
(licensing).

>> . . . checking on the server we find that they’re indeed missing. Do you
>> have any idea how they could suddenly go missing, and what we might do to
>> replace them or ask the owner to replace them?  Thanks in advance for any

As Anders stated previously, deploy your own local copy of Nexus and
manually install these artifacts in it, then all of your developers
will get the files properly etc. And get used to the fact that not
every jar you ever need/want to use as a dependency is going to be
available in a Maven repo.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to