papsign / Ktor-OpenAPI-Generator

Ktor OpenAPI/Swagger 3 Generator
Apache License 2.0
241 stars 42 forks source link

[Bug] Used dependencies are not longer available in MavenCentral #106

Closed monolidth closed 2 years ago

monolidth commented 2 years ago

Hi, thanks for the awesome project. I face a huge problem. For me, it looks like that the the following dependencies: io.ktor:ktor-jackson:1.3.2, io.ktor:ktor-server-sessions:1.3.2, io.ktor:ktor-jackson:1.3.2 are outdated.

Trace

[...]

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':startScripts'.
> Could not resolve all files for configuration ':runtimeClasspath'.
   > Could not find io.ktor:ktor-metrics:1.3.2.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/io/ktor/ktor-metrics/1.3.2/ktor-metrics-1.3.2.pom
       - https://jitpack.io/io/ktor/ktor-metrics/1.3.2/ktor-metrics-1.3.2.pom
     Required by:
         project : > com.github.papsign:Ktor-OpenAPI-Generator:0.2-beta.18
   > Could not find io.ktor:ktor-server-sessions:1.3.2.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/io/ktor/ktor-server-sessions/1.3.2/ktor-server-sessions-1.3.2.pom
       - https://jitpack.io/io/ktor/ktor-server-sessions/1.3.2/ktor-server-sessions-1.3.2.pom
     Required by:
         project : > com.github.papsign:Ktor-OpenAPI-Generator:0.2-beta.18
   > Could not find io.ktor:ktor-jackson:1.3.2.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/io/ktor/ktor-jackson/1.3.2/ktor-jackson-1.3.2.pom
       - https://jitpack.io/io/ktor/ktor-jackson/1.3.2/ktor-jackson-1.3.2.pom
     Required by:
         project : > com.github.papsign:Ktor-OpenAPI-Generator:0.2-beta.18

5 actionable tasks: 1 executed, 4 up-to-date

Could you please upgrade io.ktor:ktor-jackson:1.3.2, io.ktor:ktor-server-sessions:1.3.2, io.ktor:ktor-jackson:1.3.2.

Regards, William

Wicpar commented 2 years ago

It did work for me, but i updated the versions nevertheless

monolidth commented 2 years ago

Works, thank you!