maven dependency error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2015 05:08 AM
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.oracle
jdbc6: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
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.oracle

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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2015 03:08 AM
Could you install oracle driver to your local maven repository?
Regards
Martin
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 02:28 PM
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.
