Re: Ojdbc7 dependency issue

2019-03-16 Thread Michael Osipov
Am 2019-03-15 um 11:41 schrieb Niyaz Abbasov: Hi, I'm Niyaz. I'm from Azerbaijan. I'm a Senior Software Engineer in PASHA Bank - the top corporate bank in Azerbaijan. We are using Oracle as our core database system. For local projects, we're using ojdbc7 as a driver. We

Re: Ojdbc7 dependency issue

2019-03-16 Thread Michael Osipov
Am 2019-03-16 um 13:59 schrieb Karl Heinz Marbaise: Hi Paul, On 16.03.19 13:13, Paul Hammant wrote: It is probably up to Oracle (not Apache) as to what is uploaded into Maven Central - https://mvnrepository.com/search?q=ojdbc7 It could be that they have decided to not upload artifacts -

Re: Ojdbc7 dependency issue

2019-03-16 Thread Bernd Eckenfels
You need to talk to Oracle about this. They do not upload the artifacts and the license does not allow it. There is btw a WebLogic Repository at Oracle which does contain the driver (under a rather strange coordinate). Since you must run your own Repository anyway to have reliable and

Re: Ojdbc7 dependency issue

2019-03-16 Thread Paul Hammant
Does 'central' need to be immutable though? Feels like an arbitrary policy to me. Or should there be workflows to remove items from there, and replace with a 302? While that could be to repos elswhere, they could also be to HTML pages with mvn.exe handling that and communicating that clearly in

Re: Ojdbc7 dependency issue

2019-03-16 Thread Karl Heinz Marbaise
Hi Paul, On 16.03.19 13:13, Paul Hammant wrote: It is probably up to Oracle (not Apache) as to what is uploaded into Maven Central - https://mvnrepository.com/search?q=ojdbc7 It could be that they have decided to not upload artifacts - "Last Release on Oct 30, 2017" - anymore. If you take a

Re: Ojdbc7 dependency issue

2019-03-16 Thread Laird Nelson
To use Oracle artifacts, see here: https://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9010 Best, Laird On Sat, Mar 16, 2019 at 5:13 AM Paul Hammant wrote: > It is probably up to Oracle (not Apache) as to what is uploaded into Maven > Central -

Re: Ojdbc7 dependency issue

2019-03-16 Thread Paul Hammant
It is probably up to Oracle (not Apache) as to what is uploaded into Maven Central - https://mvnrepository.com/search?q=ojdbc7 It could be that they have decided to not upload artifacts - "Last Release on Oct 30, 2017" - anymore.

Re: Ojdbc7 dependency issue

2019-03-16 Thread Karl Heinz Marbaise
Hi, this is a question related to the usage of Maven or better of Central repository which should be asked on the users list instead of the Dev list. Apart from that: The ojdbc drivers are from Oracle and will never be added to the central repositories based on License restrictions of

Ojdbc7 dependency issue

2019-03-16 Thread Niyaz Abbasov
Hi, I'm Niyaz. I'm from Azerbaijan. I'm a Senior Software Engineer in PASHA Bank - the top corporate bank in Azerbaijan. We are using Oracle as our core database system. For local projects, we're using ojdbc7 as a driver. We always facing with ojdbc7 dependency problem