When I try to use the oracle dependency -
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.4.0</version>
</dependency>
I receive a compile time build error - "Missing artifact com.oracle:ojdbc14:jar:10.2.0.4.0".
This error is displayed when I hover over error marker (left of ) in attached image -
Is there an issue with this dependency or something I'm doing wrong ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…