.flattened-pom.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.rongwei</groupId>
  7. <artifactId>cx-file</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.rongwei</groupId>
  11. <artifactId>cx-file-common</artifactId>
  12. <version>1.0-SNAPSHOT</version>
  13. <licenses>
  14. <license>
  15. <name>Apache License, Version 2.0</name>
  16. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  17. </license>
  18. </licenses>
  19. <properties>
  20. <mysql.version>8.0.11</mysql.version>
  21. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>com.rongwei</groupId>
  25. <artifactId>cx-file-entity</artifactId>
  26. <version>1.0-SNAPSHOT</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.baomidou</groupId>
  30. <artifactId>mybatis-plus-generator</artifactId>
  31. <version>3.1.2</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>mysql</groupId>
  35. <artifactId>mysql-connector-java</artifactId>
  36. <version>${mysql.version}</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.apache.velocity</groupId>
  40. <artifactId>velocity-engine-core</artifactId>
  41. <version>2.0</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.aspose</groupId>
  45. <artifactId>aspose-cells</artifactId>
  46. <version>18.9</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.luhuiguo</groupId>
  50. <artifactId>aspose-pdf</artifactId>
  51. <version>23.1</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.itextpdf</groupId>
  55. <artifactId>itext7-core</artifactId>
  56. <version>7.1.8</version>
  57. <type>pom</type>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.springframework</groupId>
  61. <artifactId>spring-core</artifactId>
  62. <version>5.1.4.RELEASE</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework</groupId>
  66. <artifactId>spring-test</artifactId>
  67. <version>5.1.4.RELEASE</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>cn.afterturn</groupId>
  71. <artifactId>easypoi-base</artifactId>
  72. <version>4.2.0</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>cn.afterturn</groupId>
  76. <artifactId>easypoi-web</artifactId>
  77. <version>4.2.0</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.rongwei</groupId>
  81. <artifactId>rw-admin-common</artifactId>
  82. <version>1.1-SNAPSHOT</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.rongwei</groupId>
  86. <artifactId>rw-common-servers</artifactId>
  87. <version>1.1-SNAPSHOT</version>
  88. </dependency>
  89. </dependencies>
  90. </project>