Skip to content

Commit

Permalink
Merge pull request #157 from cuba-platform/jai-core-dependency-not-fo…
Browse files Browse the repository at this point in the history
…und-using-jmix-repo

javax.media:jai-core:1.1.3 dependency is not found if using the nexus jmix.io repository #156
  • Loading branch information
Vladislav Selitskii committed Aug 4, 2021
2 parents 3729161 + ad3ee02 commit 868304d
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 868304d

Please sign in to comment.