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 ?
Oracle manages all local dependencies using the database's internal dependency table, which keeps track of each schema object's dependent objects. When a referenced object is modified, Oracle uses the depends-on table to identify dependent objects, which are then invalidated.
If a table, view, synonym, or sequence is created, altered, or dropped, or a procedure or package specification is recompiled, all dependent shared SQL areas are invalidated.
DBA_DEPENDENCIES describes all dependencies between objects in the database.
I followed these steps and solved (for version 10.2.0.4.0):
.m2\repository\com\oracle\ojdbc14\10.2.0.4.0\
pom.xml
and the error message should be gone.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With