pom.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>net.paoding</groupId>
  7. <artifactId>root</artifactId>
  8. <version>1.3-SNAPSHOT</version>
  9. <packaging>pom</packaging>
  10. <parent>
  11. <groupId>com.wzzx</groupId>
  12. <artifactId>wzzx-root-pom</artifactId>
  13. <version>3.0.0-SNAPSHOT</version>
  14. </parent>
  15. <modules>
  16. <module>rose</module>
  17. <module>rose-context</module>
  18. <module>rose-jade</module>
  19. <module>rose-pipe</module>
  20. <module>rose-velocity</module>
  21. </modules>
  22. <properties>
  23. <spring.boot.version>2.2.1.RELEASE</spring.boot.version>
  24. <paoding.version>1.3-SNAPSHOT</paoding.version>
  25. <paoding.version>1.3-SNAPSHOT</paoding.version>
  26. <paoding.version>1.3-SNAPSHOT</paoding.version>
  27. <paoding.version>1.3-SNAPSHOT</paoding.version>
  28. <paoding.version>1.3-SNAPSHOT</paoding.version>
  29. <paoding.version>1.3-SNAPSHOT</paoding.version>
  30. <paoding.version>1.3-SNAPSHOT</paoding.version>
  31. <paoding.version>1.3-SNAPSHOT</paoding.version>
  32. </properties>
  33. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>org.springframework.boot</groupId>
  37. <artifactId>spring-boot-starter-parent</artifactId>
  38. <version>${spring.boot.version}</version>
  39. <type>pom</type>
  40. <scope>import</scope>
  41. </dependency>
  42. <dependency>
  43. <groupId>commons-collections</groupId>
  44. <artifactId>commons-collections</artifactId>
  45. <version>3.2.1</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>net.paoding</groupId>
  49. <artifactId>rose-velocity</artifactId>
  50. <version>1.3</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>commons-logging</groupId>
  54. <artifactId>commons-logging</artifactId>
  55. <version>1.1.1</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>commons-fileupload</groupId>
  59. <artifactId>commons-fileupload</artifactId>
  60. <version>1.2.2</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.apache.velocity.tools</groupId>
  64. <artifactId>velocity-tools-view</artifactId>
  65. <version>3.1</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.metaparadigm</groupId>
  69. <artifactId>json-rpc</artifactId>
  70. <version>1.0</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>commons-jexl</groupId>
  74. <artifactId>commons-jexl</artifactId>
  75. <version>1.1</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>javax.servlet</groupId>
  79. <artifactId>jsp-api</artifactId>
  80. <version>2.0</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>commons-lang</groupId>
  84. <artifactId>commons-lang</artifactId>
  85. <version>2.6</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.alibaba</groupId>
  89. <artifactId>fastjson</artifactId>
  90. <version>1.2.28</version>
  91. </dependency>
  92. </dependencies>
  93. </dependencyManagement>
  94. </project>