Newer
Older
newfiber-termite / newfiber-common / pom.xml
@xiongkai xiongkai on 11 Nov 1 KB webgis包
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.newfiber</groupId>
  6. <artifactId>newfiber-termite</artifactId>
  7. <version>1.0.0</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10.  
  11. <modules>
  12. <module>newfiber-common-log</module>
  13. <module>newfiber-common-core</module>
  14. <module>newfiber-common-redis</module>
  15. <module>newfiber-common-swagger</module>
  16. <module>newfiber-common-security</module>
  17. <module>newfiber-common-datascope</module>
  18. <module>newfiber-common-workflow</module>
  19. <module>newfiber-common-sensitive</module>
  20. <module>newfiber-common-office</module>
  21. <module>newfiber-common-datasource</module>
  22. <module>newfiber-common-webgis</module>
  23. </modules>
  24.  
  25. <artifactId>newfiber-common</artifactId>
  26. <packaging>pom</packaging>
  27. <version>1.0.0</version>
  28.  
  29. <description>
  30. newfiber-common通用模块
  31. </description>
  32.  
  33. </project>