You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven URL needs to be HTTPS or the project won't build.
Could not resolve all dependencies for configuration ':compileClasspath'.
> Could not resolve com.auth0:java-jwt:3.1.0.
Required by:
:Syn:unspecified
> Could not resolve com.auth0:java-jwt:3.1.0.
> Could not get resource 'http://repo.maven.apache.org/maven2/com/auth0/java-jwt/3.1.0/java-jwt-3.1.0.pom'.
> Could not GET 'http://repo.maven.apache.org/maven2/com/auth0/java-jwt/3.1.0/java-jwt-3.1.0.pom'. Received status code 501 from server: HTTPS Required```
Builds fine once changed to HTTPS
The text was updated successfully, but these errors were encountered:
bseeger
pushed a commit
to bseeger/Syn
that referenced
this issue
Jan 30, 2020
* Preparing for next development iteration
* Update CONTRIBUTING.md (#15)
* Fix typo: s/contraint/constraint
* Ran Aspell CLI spell checker (#17)
I used an Aspell "word list" based on the "word list" from the ISLE repo found
here...
https://raw.githubusercontent.com/Islandora-Collaboration-Group/ISLE/master/.aspell.en.pws
* Update README for CLAWdit (#16)
* Update README.md
* Update README.md
* Update README.md
Nothing left but the playbook!
* 'The string "claw" was not found' or - COMPLETE DECLAW #1267 #1314 (#18)
* Update CONTRIBUTING.md
* Update README.md
* Update README.md
* Update PULL_REQUEST_TEMPLATE.md (#19)
* Moves maven URL to https (#21)
fixes: Islandora/documentation#1415
* Add a disable switch to the config XML (#20)
Co-authored-by: dannylamb <[email protected]>
Co-authored-by: Melissa Anez <[email protected]>
Co-authored-by: J Hunt <[email protected]>
Co-authored-by: Yamil <[email protected]>
Co-authored-by: B. Seeger <[email protected]>
The maven URL needs to be HTTPS or the project won't build.
The text was updated successfully, but these errors were encountered: