mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00
tif图片预览。更新本地jai_core包的版本至1.1.3
This commit is contained in:
parent
48f6a507dc
commit
8bc53f76eb
Binary file not shown.
BIN
server/lib/jai_core-1.1.3.jar
Normal file
BIN
server/lib/jai_core-1.1.3.jar
Normal file
Binary file not shown.
@ -11,6 +11,14 @@
|
|||||||
|
|
||||||
<artifactId>kkFileView</artifactId>
|
<artifactId>kkFileView</artifactId>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<!-- required for javax.media:jar_core -->
|
||||||
|
<id>geotoolkit</id>
|
||||||
|
<url>https://nexus.geomatys.com/repository/geotoolkit/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -270,9 +278,9 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.media</groupId>
|
<groupId>javax.media</groupId>
|
||||||
<artifactId>jai_core</artifactId>
|
<artifactId>jai_core</artifactId>
|
||||||
<version>1.1.2-beta</version>
|
<version>1.1.3</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${basedir}/lib/jai_core-1.1.2-beta.jar</systemPath>
|
<systemPath>${basedir}/lib/jai_core-1.1.3.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user