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

Sane-city WoT Library not correctly imported #1

Open
samubura opened this issue Sep 13, 2024 · 2 comments
Open

Sane-city WoT Library not correctly imported #1

samubura opened this issue Sep 13, 2024 · 2 comments

Comments

@samubura
Copy link

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

@piertv21
Copy link
Owner

piertv21 commented Sep 13, 2024

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 repository link seems to be broken and as a result the added dependencies are not recognized by maven.

@samubura
Copy link
Author

samubura commented Sep 13, 2024 via email

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