123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
- <groupId>cn.keking</groupId>
- <artifactId>kkFileView-parent</artifactId>
- <version>4.4.0-beta</version>
- <properties>
- <java.version>1.8</java.version>
- <jodconverter.version>4.4.6</jodconverter.version>
- <spring.boot.version>2.4.2</spring.boot.version>
- <poi.version>5.2.2</poi.version>
- <xdocreport.version>1.0.6</xdocreport.version>
- <xstream.version>1.4.20</xstream.version>
- <junrar.version>7.5.5</junrar.version>
- <redisson.version>3.2.0</redisson.version>
- <sevenzipjbinding.version>16.02-2.01</sevenzipjbinding.version>
- <jchardet.version>1.0</jchardet.version>
- <antlr.version>2.7.7</antlr.version>
- <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
- <rocksdb.version>5.17.2</rocksdb.version>
- <pdfbox.version>3.0.2</pdfbox.version>
- <jai-imageio.version>1.4.0</jai-imageio.version>
- <jbig2-imageio.version>3.0.4</jbig2-imageio.version>
- <galimatias.version>0.2.1</galimatias.version>
- <bytedeco.version>1.5.2</bytedeco.version>
- <opencv.version>4.1.2-1.5.2</opencv.version>
- <openblas.version>0.3.6-1.5.1</openblas.version>
- <ffmpeg.version>4.2.1-1.5.2</ffmpeg.version>
- <itextpdf.version>5.5.13.3</itextpdf.version>
- <httpclient.version>3.1</httpclient.version>
- <aspose-cad.version>23.9</aspose-cad.version>
- <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
- <juniversalchardet.version>1.0.3</juniversalchardet.version>
- <httpcomponents.version>4.5.14</httpcomponents.version>
- <commons-cli.version>1.5.0</commons-cli.version>
- <commons-net.version>3.9.0</commons-net.version>
- <commons-lang3.version>3.13.0</commons-lang3.version>
- <maven.compiler.source>${java.version}</maven.compiler.source>
- <maven.compiler.target>${java.version}</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
- <modules>
- <module>server</module>
- </modules>
- <name>kkFileView-parent</name>
- <description>专注文件在线预览服务</description>
- <url>https://github.com/kekingcn/kkFileView</url>
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>https://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- </licenses>
- <scm>
- <url>https://github.com/kekingcn/kkFileView</url>
- <connection>scm:git:git://github.com/kekingcn/kkFileView.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/kekingcn/kkFileView.git</developerConnection>
- </scm>
- <developers>
- <developer>
- <id>klboke</id>
- <name>kl</name>
- <email>g632104866@gmail.com</email>
- <url>http://www.kailing.pub</url>
- </developer>
- <developer>
- <id>gitchenjh</id>
- <name>chenjinghua</name>
- <email>842761733@qq.com</email>
- </developer>
- </developers>
- <issueManagement>
- <system>github</system>
- <url>https://github.com/kekingcn/kkFileView/issues</url>
- </issueManagement>
- <!-- <build>-->
- <!-- <plugins>-->
- <!-- <plugin>-->
- <!-- <groupId>org.springframework.boot</groupId>-->
- <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>io.fabric8</groupId>-->
- <!-- <artifactId>docker-maven-plugin</artifactId>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <id>build-push</id>-->
- <!-- <phase>package</phase>-->
- <!-- <goals>-->
- <!-- <goal>build</goal>-->
- <!-- <goal>push</goal>-->
- <!-- </goals>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- </plugin>-->
- <!-- </plugins>-->
- <!-- </build>-->
- </project>
|