oracle / oracle-r2dbc

R2DBC Driver for Oracle Database
https://oracle.com
Other
193 stars 40 forks source link

Can not find oracle-r2dbc-1.1.1.pom #120

Closed nakamura-to closed 1 year ago

nakamura-to commented 1 year ago

My Gradle task can not find oracle-r2dbc-1.1.1.pom from the Maven Repository. The directory exists, but it does not contain the pom file.

The results of running the Gradle task are shown below:

$ ./gradlew build
> Task :komapper-dialect-oracle-r2dbc:compileKotlin FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':komapper-dialect-oracle-r2dbc:compileKotlin'.
> Could not resolve all files for configuration ':komapper-dialect-oracle-r2dbc:compileClasspath'.
   > Could not find com.oracle.database.r2dbc:oracle-r2dbc:1.1.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/oracle/database/r2dbc/oracle-r2dbc/1.1.1/oracle-r2dbc-1.1.1.pom
       - https://repo.spring.io/milestone/com/oracle/database/r2dbc/oracle-r2dbc/1.1.1/oracle-r2dbc-1.1.1.pom
       - https://oss.sonatype.org/content/repositories/snapshots/com/oracle/database/r2dbc/oracle-r2dbc/1.1.1/oracle-r2dbc-1.1.1.pom
     Required by:
         project :komapper-dialect-oracle-r2dbc
Michael-A-McMahon commented 1 year ago

Thanks for bringing this to my attention. Hope to have it fixed soon. I'll update this thread when I know more.

nakamura-to commented 1 year ago

Currently, I can find oracle-r2dbc-1.1.1.pom. Thank you very much.