物管理后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
987 B

  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.thing</groupId>
  6. <artifactId>modules</artifactId>
  7. <version>5.1</version>
  8. </parent>
  9. <groupId>com.thing.modules</groupId>
  10. <artifactId>cqc-service</artifactId>
  11. <packaging>jar</packaging>
  12. <name>ThingBI Server Modules cqc-service</name>
  13. <properties>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>org.projectlombok</groupId>
  19. <artifactId>lombok</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.thing.common</groupId>
  23. <artifactId>orm</artifactId>
  24. </dependency>
  25. </dependencies>
  26. </project>