-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sane-city WoT Library not correctly imported #1
Comments
The library was imported manually since the repository link seems to be broken and as a result the added dependencies are not recognized by maven. |
It worked for me in my latest tests (without needing to change the version), maybe they fixed it.
…________________________________
Da: Pier Costante Babini ***@***.***>
Inviato: venerdì 13 settembre 2024 15:44
A: piertv21/ditto_wodt_integration ***@***.***>
Cc: Samuele Burattini ***@***.***>; Author ***@***.***>
Oggetto: Re: [piertv21/ditto_wodt_integration] Sane-city WoT Library not correctly imported (Issue #1)
Add the following snippet to the pom.xml to fix the issue
<repositories>
<repository>
<id>gitlab-maven</id>
<url>https://git.informatik.uni-hamburg.de/api/v4/groups/sane-public/-/packages/maven</url>
</repository>
</repositories>
From https://github.com/sane-city/wot-servient readme
The library was imported manually since the link to the repository seems to be broken and consequently not recognized by maven.
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHWHOEZCXDJPG7XSHLF4X23ZWL23TAVCNFSM6AAAAABOFPBUIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBZGEZDQNZRGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the following snippet to the pom.xml to fix the issue
From https://github.com/sane-city/wot-servient readme
The text was updated successfully, but these errors were encountered: