mongo-jdbc-driver icon indicating copy to clipboard operation
mongo-jdbc-driver copied to clipboard

Maven Dependency missing from maven central repo

Open yaminidhamija opened this issue 1 year ago • 2 comments

Trying to setup flyway with mongo using maven

https://documentation.red-gate.com/flyway/flyway-cli-and-api/supported-databases/mongodb

But not able to find the jar: <groupId>com.github.kornilova203</groupId> <artifactId>mongo-jdbc-driver</artifactId> 1.19

I tried to find out it in maven central repository, But didnt find.

Expected: Dependency should be present in maven central repo: https://repo1.maven.org/maven2/com/github/

yaminidhamija avatar May 31 '24 13:05 yaminidhamija

@tjlee @kornilova203

yaminidhamija avatar Jun 07 '24 10:06 yaminidhamija

For the nearest future, we have no plans to publish MongoDB JDBC to Maven.

tjlee avatar Jul 26 '24 16:07 tjlee

You could try https://jitpack.io/#DataGrip/mongo-jdbc-driver

rethab avatar Aug 11 '25 09:08 rethab