Skip to content

Commit

Permalink
javax.media:jai-core:1.1.3 dependency is not found if using the nexus…
Browse files Browse the repository at this point in the history
….jmix.io repository
  • Loading branch information
Desire456 committed Aug 3, 2021
1 parent d2c90bc commit ad3ee02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ configure(core) {
compile(group: 'org.openoffice', name: 'unoil', version: '3.0.0')
compile(group: "org.apache.avalon.framework", name: "avalon-framework-api", version: '4.3.1')
compile(group: "org.apache.avalon.framework", name: "avalon-framework-impl", version: '4.3.1')
configurations {
compile.exclude(group: 'javax.media', module: 'jai-core')
compile.exclude(group: 'com.sun.media', module: 'jai-codec')
}
compile(group: 'javax.media.jai', name: 'com.springsource.javax.media.jai.core', version: '1.1.3')
compile(group: "org.apache.xmlgraphics", name: "fop", version: "2.3")
compile(group: "org.apache.xmlgraphics", name: "xmlgraphics-commons", version: "2.3")
compile(group: "org.plutext", name: "jaxb-svg11", version: "1.0.2")
Expand Down

0 comments on commit ad3ee02

Please sign in to comment.