pom.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 http://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-pom</artifactId>
  8. <version>1.1.7</version>
  9. <relativePath />
  10. </parent>
  11. <groupId>com.platomix</groupId>
  12. <artifactId>platomix-gmetry-api</artifactId>
  13. <version>2.0.0</version>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.platomix</groupId>
  17. <artifactId>platomix-gmetry-framework</artifactId>
  18. <version>2.5.1</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.platomix</groupId>
  22. <artifactId>platomix-gmetry-system-client</artifactId>
  23. <version>1.1.7</version>
  24. </dependency>
  25. <!-- 兼容处理 -->
  26. <dependency>
  27. <groupId>com.alibaba</groupId>
  28. <artifactId>fastjson</artifactId>
  29. <version>1.2.83</version>
  30. </dependency>
  31. </dependencies>
  32. <build>
  33. <finalName>platomix-gmetry-api</finalName>
  34. <plugins>
  35. <plugin>
  36. <groupId>org.springframework.boot</groupId>
  37. <artifactId>spring-boot-maven-plugin</artifactId>
  38. </plugin>
  39. <!-- -->
  40. <plugin>
  41. <groupId>io.fabric8</groupId>
  42. <artifactId>docker-maven-plugin</artifactId>
  43. <!-- <executions>-->
  44. <!-- <execution>-->
  45. <!-- <id>build-push</id>-->
  46. <!-- <phase>package</phase>-->
  47. <!-- <goals>-->
  48. <!-- <goal>build</goal>-->
  49. <!-- <goal>push</goal>-->
  50. <!-- </goals>-->
  51. <!-- </execution>-->
  52. <!-- </executions>-->
  53. </plugin>
  54. </plugins>
  55. </build>
  56. <repositories>
  57. <repository>
  58. <id>alimaven</id>
  59. <name>aliyun maven</name>
  60. <url>https://maven.aliyun.com/repository/public/</url>
  61. <snapshots>
  62. <enabled>false</enabled>
  63. </snapshots>
  64. </repository>
  65. <repository>
  66. <id>platomix-release</id>
  67. <name>NexusReleases</name>
  68. <url>https://windata.platomix.net/nexus/repository/maven-public/</url>
  69. </repository>
  70. </repositories>
  71. </project>