pom.xml 836 B

123456789101112131415161718192021222324252627282930
  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-system</artifactId>
  8. <version>1.0.0-cloud</version>
  9. </parent>
  10. <artifactId>platomix-gmetry-system-client</artifactId>
  11. <version>2.0.1-cloud</version>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.platomix</groupId>
  15. <artifactId>platomix-gmetry-openfeign</artifactId>
  16. <version>1.0.3-cloud</version>
  17. </dependency>
  18. </dependencies>
  19. <build>
  20. <plugins>
  21. <plugin>
  22. <groupId>org.apache.maven.plugins</groupId>
  23. <artifactId>maven-source-plugin</artifactId>
  24. </plugin>
  25. </plugins>
  26. </build>
  27. </project>