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

Unresolved dependency: 'id.walt.credentials:waltid-verifiable-credentials:jar:0.11.0' #930

Open
marcelogdomingues opened this issue Feb 7, 2025 · 3 comments

Comments

@marcelogdomingues
Copy link

marcelogdomingues commented Feb 7, 2025

Hello,

I'm new to this VC's topic and I want to try to create a Proxy or Something like that using Waltid, but I'm having issues getting your Java SDK
While following your Docs, I've added repo and dependecy in my POM but I'm getting errror connecting to your repo:
Unresolved dependency: 'id.walt.credentials:waltid-verifiable-credentials:jar:0.11.0'

In my POM.xml

`

<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter</artifactId>
    </dependency>

    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>
        <scope>test</scope>
    </dependency>

    <dependency>
        <groupId>id.walt.credentials</groupId>
        <artifactId>waltid-verifiable-credentials</artifactId>
        <version>0.11.0</version>
    </dependency>

</dependencies>

<build>
    <plugins>
        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
        </plugin>
    </plugins>
</build>

<repositories>
    <repository>
        <id>waltid</id>
        <url>https://maven.waltid.dev/</url>
    </repository>
    <repository>
        <id>reposilite-repository-releases</id>
        <name>Reposilite Repository</name>
        <url>https://maven.waltid.dev/releases</url>
    </repository>

`

@alegomes
Copy link
Contributor

alegomes commented Feb 9, 2025

Hi @marcelogdomingues

I'll check this soon and let you know.

[]s
Ale

@marcelogdomingues
Copy link
Author

Thanks @alegomes

@marcelogdomingues
Copy link
Author

No feedback until now ..... @alegomes

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

No branches or pull requests

2 participants