pom.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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.1.0-SNAPSHOT</version>
  9. <properties>
  10. <java.version>1.8</java.version>
  11. <spring.boot.version>2.4.2</spring.boot.version>
  12. <poi.version>5.2.2</poi.version>
  13. <xdocreport.version>1.0.6</xdocreport.version>
  14. <xstream.version>1.4.19</xstream.version>
  15. <junrar.version>7.4.1</junrar.version>
  16. <redisson.version>3.2.0</redisson.version>
  17. <sevenzipjbinding.version>16.02-2.01</sevenzipjbinding.version>
  18. <tukaani.version>1.8</tukaani.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>2.0.26</pdfbox.version>
  24. <galimatias.version>0.2.1</galimatias.version>
  25. <bytedeco.version>1.5.2</bytedeco.version>
  26. <opencv.version>4.1.2-1.5.2</opencv.version>
  27. <openblas.version>0.3.6-1.5.1</openblas.version>
  28. <ffmpeg.version>4.2.1-1.5.2</ffmpeg.version>
  29. <itext.version>2.1.7</itext.version>
  30. <httpclient.version>3.1</httpclient.version>
  31. <commons-cli.version>1.2</commons-cli.version>
  32. <commons-net.version>3.6</commons-net.version>
  33. <commons-lang3.version>3.7</commons-lang3.version>
  34. <commons-compress.version>1.21</commons-compress.version>
  35. <maven.compiler.source>${java.version}</maven.compiler.source>
  36. <maven.compiler.target>${java.version}</maven.compiler.target>
  37. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  38. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  39. </properties>
  40. <modules>
  41. <module>office-plugin</module>
  42. <module>server</module>
  43. </modules>
  44. <name>kkFileView-parent</name>
  45. <description>专注文件在线预览服务</description>
  46. <url>https://github.com/kekingcn/kkFileView</url>
  47. <licenses>
  48. <license>
  49. <name>Apache License, Version 2.0</name>
  50. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  51. </license>
  52. </licenses>
  53. <scm>
  54. <url>https://github.com/kekingcn/kkFileView</url>
  55. <connection>scm:git:git://github.com/kekingcn/kkFileView.git</connection>
  56. <developerConnection>scm:git:ssh://git@github.com/kekingcn/kkFileView.git</developerConnection>
  57. </scm>
  58. <developers>
  59. <developer>
  60. <id>klboke</id>
  61. <name>kl</name>
  62. <email>g632104866@gmail.com</email>
  63. <url>http://www.kailing.pub</url>
  64. </developer>
  65. <developer>
  66. <id>gitchenjh</id>
  67. <name>chenjinghua</name>
  68. <email>842761733@qq.com</email>
  69. </developer>
  70. </developers>
  71. <issueManagement>
  72. <system>github</system>
  73. <url>https://github.com/kekingcn/kkFileView/issues</url>
  74. </issueManagement>
  75. </project>