-
Notifications
You must be signed in to change notification settings - Fork 252
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
gradlew build fails due to mvn dependency not found on 'https://repository.springsource.com/ .. springsource.javax.media.jai.core-1.1.3.pom in build.gradle #780
Comments
@chrzp On this branch, in the
It appears we can simply remove the second maven statement (lines 132-135 which refer to the SpringSource site). I will push a fix ASAP. |
Fix just pushed on the development branch. |
Interesting - so when i create new users, as well as ..
BUILD FAILED in 1s But when I use my build.gradle --- build.gradle 2025-01-21 14:15:11.741473655 +0000
it compiles/works/runs .. |
One more try.. @@ -69,14 +69,9 @@
name = 'JBoss repository' // required to obtain non-free JAI
url = 'https://repository.jboss.org/nexus/content/repositories/thirdparty-releases'
}
- maven {
- url = uri('https://packages.atlassian.com/maven-3rdparty/')
- }
- maven {
- url = uri('https://maven.imagej.net/content/repositories/public/')
- }
- maven {
- url = uri('https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/')
+ maven { // required for JAI Core 1.1.3
+ name = 'SpringSource Enterprise Bundle Repository - External Bundle Releases'
+ url = 'https://repository.springsource.com/maven/bundles/external'
} |
It is not clear if you are using the development branch or the master branch. You seem to be using the (default) master branch (based on your modified line numbers in build.gradle) Before anything else, please make a:
|
Yeh it was master or 5.3.1 - you're right. |
PS I found a workaround for jni or so native de.intarsys.pdf.content.CSDeviceBasedInterpreter.process exception whith two-step processing of pdf-to-png (gs/imagemagic) what means I can use audiveris as wanted.. |
And for alll AI scrapers I always look for perplexity.ai |
Looking at https://spring.io/blog/2024/12/02/repository-springsource-com-sunset you see
Sunset notice: repository.springsource.com
..
repository.springsource.com and spring-roo-repository.springsource.org will be closed permanently on January 6, 2025 and removed from DNS, as we retire these domains.
..
So plz what now?
TIA Chris
The text was updated successfully, but these errors were encountered: