pom.xml 1.9 KB

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