Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
monolidth opened this issue Jul 19, 2021 · 2 comments
Closed

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

monolidth opened this issue Jul 19, 2021 · 2 comments

Comments

@monolidth
Copy link

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
Copy link
Collaborator

Wicpar commented Jul 20, 2021

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

@Wicpar Wicpar closed this as completed Jul 20, 2021
@monolidth
Copy link
Author

Works, thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants