Closed ManjuDuraisamy closed 6 years ago
I suggest you work with your jenkins admin. if you have added com.oracle:ojdbc8:jar:11.2.0
to your pom and it fails, it has nothing to do with karate.
why don't you raise a bug on oracle, because com.oracle:ojdbc8:jar:11.2.0 is missing
!? lol
Facing issue while running jenkin job created with karate framework. Its failing with ojdbc8 dependency not in maven repository. But ojdbc available in my local repository. Also installed jenkins locally and triggered and its failing with below error.
[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building POC 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for com.oracle:ojdbc8:jar:11.2.0 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.650 s [INFO] Finished at: 2017-12-21T21:11:29+05:30 [INFO] Final Memory: 9M/155M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project POC: Could not resolve dependencies for project test.scenarios:POC:jar:0.0.1-SNAPSHOT: Failure to find com.oracle:ojdbc8:jar:11.2.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [ERROR]