pom.xml 923 B

123456789101112131415161718192021222324252627282930313233
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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. <parent>
  6. <groupId>com.platomix</groupId>
  7. <artifactId>platomix-gmetry-bi</artifactId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <artifactId>platomix-gmetry-bi-client</artifactId>
  11. <version>1.1.29</version>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.platomix</groupId>
  15. <artifactId>platomix-gmetry-openfeign</artifactId>
  16. <version>1.1.8</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.alibaba.fastjson2</groupId>
  20. <artifactId>fastjson2</artifactId>
  21. </dependency>
  22. </dependencies>
  23. <build>
  24. <plugins>
  25. <plugin>
  26. <groupId>org.apache.maven.plugins</groupId>
  27. <artifactId>maven-source-plugin</artifactId>
  28. </plugin>
  29. </plugins>
  30. </build>
  31. </project>