vert-x / mod-mysql-postgresql

Vert.x 2.x is deprecated - use instead
http://vertx.io/docs/vertx-mysql-postgresql-client/java/
Apache License 2.0
49 stars 17 forks source link

io.vertx~mod-mysql-postgresql~0.3.0-SNAPSHOT is not in repository anymore #35

Closed dparshin closed 10 years ago

dparshin commented 10 years ago

looks like the artifact has been removed from repositories

dparshin commented 10 years ago

not sure where the error is, but I'm getting:

:pullInDeps
Downloading 100%
Module io.vertx~mod-mysql-postgresql~0.3.0-SNAPSHOT not found in any repositories
dparshin commented 10 years ago

turns out the problem is in sonatype snapshot repository, it no longer works on http url. Sonatype redirects to https url and vertx fails to process this redirect. I was able to workaround the problem by putting repos.txt to platform_lib directory and changing sonatype url to https.