Skip to content

Commit

Permalink
Merge pull request #949 from vorth/no-jai
Browse files Browse the repository at this point in the history
Removed spurious JAI dependency and Maven repo
  • Loading branch information
vorth authored Jan 6, 2025
2 parents be73fe1 + 34ed5e4 commit e6ef373
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ subprojects {
repositories {
mavenCentral()

// this one is for javax.media.jai
maven { url 'https://repository.springsource.com/maven/bundles/external' }

// For EGit
maven { url 'https://repo.eclipse.org/content/groups/releases' }

Expand Down
1 change: 0 additions & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ dependencies {
implementation group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.5.0'
implementation group: 'org.jogamp.jogl', name: 'jogl-all-main', version:'2.5.0'

implementation group: 'javax.media.jai', name: 'com.springsource.javax.media.jai.core', version:'1.1.3'
implementation group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j.debug', version: '0.8.1'

testImplementation group: 'junit', name: 'junit', version:'4.12'
Expand Down

0 comments on commit e6ef373

Please sign in to comment.