pom.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <artifactId>tofly-ysrq</artifactId>
  7. <version>1.0.0</version>
  8. <packaging>pom</packaging>
  9. <parent>
  10. <groupId>com.tofly</groupId>
  11. <artifactId>tofly-webParent</artifactId>
  12. <version>1.0.0</version>
  13. </parent>
  14. <modules>
  15. <module>tofly-auth</module>
  16. <module>tofly-getway</module>
  17. <module>ysrq-admin</module>
  18. <module>ysrqCallCenter</module>
  19. <module>ysrqGis</module>
  20. <module>ysrqMis</module>
  21. <module>ysrqMeter</module>
  22. </modules>
  23. <dependencies>
  24. <dependency>
  25. <groupId>org.jxls</groupId>
  26. <artifactId>jxls</artifactId>
  27. <version>2.10.0-rc3</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.jxls</groupId>
  31. <artifactId>jxls-poi</artifactId>
  32. <version>1.2.0</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.jxls</groupId>
  36. <artifactId>jxls-reader</artifactId>
  37. <version>2.0.6</version>
  38. <scope>compile</scope>
  39. </dependency>
  40. <dependency>
  41. <groupId>cn.hutool</groupId>
  42. <artifactId>hutool-all</artifactId>
  43. <version>5.5.7</version>
  44. </dependency>
  45. </dependencies>
  46. <build>
  47. <plugins>
  48. <plugin>
  49. <groupId>org.springframework.boot</groupId>
  50. <artifactId>spring-boot-maven-plugin</artifactId>
  51. <executions>
  52. <execution>
  53. <goals>
  54. <goal>repackage</goal>
  55. </goals>
  56. </execution>
  57. </executions>
  58. </plugin>
  59. </plugins>
  60. </build>
  61. </project>