cancel
Showing results for 
Search instead for 
Did you mean: 

maven dependency error

mrlure
Champ in-the-making
Champ in-the-making
hello,everybody
  when database configuration with oracle,something wrong happened:

Failed to execute goal on project bpms: Could not resolve dependencies for project gzuni:bpms:jar:5.17.0: Failure to
find com.oracleSmiley Surprisedjdbc6:jar:12.1.0.1 in http://repo.spring.io/snapshot was cached in the local repository, resolution
will not be reattempted until the update interval of spring-snapshots has elapsed or updates are forced -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Could you install oracle driver to your local maven repository?

Regards
Martin

jbarrez
Star Contributor
Star Contributor
Oracle drivers have a special license and cannot be distributed through normal maven dependencies. As Martin says, you'll have to put it in your own maven repo.