Closed datazuul closed 3 months ago
ok, adding
<repositories>
<repository>
<id>openimaj</id>
<url>https://maven.openimaj.org/</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</repositories>
to the pom.xml fixed this issue. (pointing to https url)
I checked out with git clone and tried to build with "mvn clean install". I get errors:
Seems unsecure repositories (http) are blocked? And I can't find repositories defined in pom.xml, are they missing?