Skip to content

Commit

Permalink
Merge branch 'master' into nkpgrafika
Browse files Browse the repository at this point in the history
  • Loading branch information
pavels committed May 24, 2016
2 parents ded0a8a + 81085db commit a3a91b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added buildSrc/lib/jai_core-1.1.3.jar
Binary file not shown.
Binary file added buildSrc/lib/jai_imageio-1.1.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ dependencies {

compile "javax.media.jai:com.springsource.javax.media.jai.core:1.1.3"
compile "javax.media.jai:com.springsource.javax.media.jai.codec:1.1.3"
compile "com.sun.media:jai_imageio:1.1"
compile module(name:"jai_imageio-1.1") {
dependencies name:"jai_core-1.1.3"
}
compile "org.fcrepo:mptstore:0.9.4"
compile "commons-dbcp:commons-dbcp:1.4"
compile "net.sf.json-lib:json-lib:2.3:jdk15"
Expand Down

0 comments on commit a3a91b8

Please sign in to comment.