Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Package repository migration breaks maven installation #592

Open
krishnangovindraj opened this issue Feb 8, 2024 · 0 comments
Open

Package repository migration breaks maven installation #592

krishnangovindraj opened this issue Feb 8, 2024 · 0 comments
Assignees

Comments

@krishnangovindraj
Copy link
Member

We have upgraded our package hosting infrastructure - moving from our self-hosted repository at repo.vaticle.com to a cloud-native solution at repo.typedb.com. This should provide scalability and reliability beyond what we'd get from a self-hosted solution.

Maven dependencies for typedb-driver and typeql should use https://repo.typedb.com/public/public-release/maven/ as repository instead of https://repo.vaticle.com/repository/maven/. See our updated docs for more details. Snippet:

<repositories>
    <repository>
        <id>repo.typedb.com</id>
        <url>https://repo.typedb.com/public/public-release/maven/</url>
    </repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant