pom.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <packaging>pom</packaging>
  6. <groupId>cn.keking</groupId>
  7. <artifactId>kkFileView-parent</artifactId>
  8. <version>4.4.0-beta</version>
  9. <properties>
  10. <java.version>1.8</java.version>
  11. <jodconverter.version>4.4.6</jodconverter.version>
  12. <spring.boot.version>2.4.2</spring.boot.version>
  13. <poi.version>5.2.2</poi.version>
  14. <xdocreport.version>1.0.6</xdocreport.version>
  15. <xstream.version>1.4.20</xstream.version>
  16. <junrar.version>7.5.5</junrar.version>
  17. <redisson.version>3.2.0</redisson.version>
  18. <sevenzipjbinding.version>16.02-2.01</sevenzipjbinding.version>
  19. <jchardet.version>1.0</jchardet.version>
  20. <antlr.version>2.7.7</antlr.version>
  21. <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
  22. <rocksdb.version>5.17.2</rocksdb.version>
  23. <pdfbox.version>3.0.2</pdfbox.version>
  24. <jai-imageio.version>1.4.0</jai-imageio.version>
  25. <jbig2-imageio.version>3.0.4</jbig2-imageio.version>
  26. <galimatias.version>0.2.1</galimatias.version>
  27. <bytedeco.version>1.5.2</bytedeco.version>
  28. <opencv.version>4.1.2-1.5.2</opencv.version>
  29. <openblas.version>0.3.6-1.5.1</openblas.version>
  30. <ffmpeg.version>4.2.1-1.5.2</ffmpeg.version>
  31. <itextpdf.version>5.5.13.3</itextpdf.version>
  32. <httpclient.version>3.1</httpclient.version>
  33. <aspose-cad.version>23.9</aspose-cad.version>
  34. <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
  35. <juniversalchardet.version>1.0.3</juniversalchardet.version>
  36. <httpcomponents.version>4.5.14</httpcomponents.version>
  37. <commons-cli.version>1.5.0</commons-cli.version>
  38. <commons-net.version>3.9.0</commons-net.version>
  39. <commons-lang3.version>3.13.0</commons-lang3.version>
  40. <maven.compiler.source>${java.version}</maven.compiler.source>
  41. <maven.compiler.target>${java.version}</maven.compiler.target>
  42. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  43. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  44. </properties>
  45. <modules>
  46. <module>server</module>
  47. </modules>
  48. <name>kkFileView-parent</name>
  49. <description>专注文件在线预览服务</description>
  50. <url>https://github.com/kekingcn/kkFileView</url>
  51. <licenses>
  52. <license>
  53. <name>Apache License, Version 2.0</name>
  54. <url>https://www.apache.org/licenses/LICENSE-2.0</url>
  55. </license>
  56. </licenses>
  57. <scm>
  58. <url>https://github.com/kekingcn/kkFileView</url>
  59. <connection>scm:git:git://github.com/kekingcn/kkFileView.git</connection>
  60. <developerConnection>scm:git:ssh://git@github.com/kekingcn/kkFileView.git</developerConnection>
  61. </scm>
  62. <developers>
  63. <developer>
  64. <id>klboke</id>
  65. <name>kl</name>
  66. <email>g632104866@gmail.com</email>
  67. <url>http://www.kailing.pub</url>
  68. </developer>
  69. <developer>
  70. <id>gitchenjh</id>
  71. <name>chenjinghua</name>
  72. <email>842761733@qq.com</email>
  73. </developer>
  74. </developers>
  75. <issueManagement>
  76. <system>github</system>
  77. <url>https://github.com/kekingcn/kkFileView/issues</url>
  78. </issueManagement>
  79. <!-- <build>-->
  80. <!-- <plugins>-->
  81. <!-- <plugin>-->
  82. <!-- <groupId>org.springframework.boot</groupId>-->
  83. <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
  84. <!-- </plugin>-->
  85. <!-- <plugin>-->
  86. <!-- <groupId>io.fabric8</groupId>-->
  87. <!-- <artifactId>docker-maven-plugin</artifactId>-->
  88. <!-- <executions>-->
  89. <!-- <execution>-->
  90. <!-- <id>build-push</id>-->
  91. <!-- <phase>package</phase>-->
  92. <!-- <goals>-->
  93. <!-- <goal>build</goal>-->
  94. <!-- <goal>push</goal>-->
  95. <!-- </goals>-->
  96. <!-- </execution>-->
  97. <!-- </executions>-->
  98. <!-- </plugin>-->
  99. <!-- </plugins>-->
  100. <!-- </build>-->
  101. </project>