GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
https://geysermc.org
MIT License
4.7k stars 673 forks source link

maven cant find MinecraftAuth dependency #4961

Closed Wolf2323 closed 1 month ago

Wolf2323 commented 1 month ago

Describe the bug

Since version 2.4.1-SNAPSHOT MinecraftAuth is not fetched anymore from Maven central , instead it is now fetched from https://s01.oss.sonatype.org/content/repositories/snapshots/

To Reproduce

  1. Depend on org.geysermc.geyser:Velocity 2.4.1-SNAPSHOT
  2. let maven resolve all dependencies

Expected behaviour

All dependencies and transitive dependencies should be fetched

Screenshots / Videos

image https://discord.com/channels/613163671870242838/613170125696270357/1272879310893617222 image

Server Version and Plugins

No response

Geyser Dump

No response

Geyser Version

2.4.1-SNAPSHOT

Minecraft: Bedrock Edition Device/Version

No response

Additional Context

No response

onebeastchris commented 1 month ago

The only dependency that's intended to be consumed by other projects is the geyser api module, not the core or project specific ones - personally I don't see why or how we should fix this.

You can either add the repos on your end, or exclude that transitive dependency on your end. If possible, use the Geyser api dependency instead of the e.g. core or geyser-velocity dependency.