pom.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.ywt</groupId>
  8. <artifactId>ywt-parent</artifactId>
  9. <version>1.0.0-SNAPSHOT</version>
  10. <!-- <relativePath>../ywt-parent/pom.xml</relativePath>-->
  11. </parent>
  12. <artifactId>ywt-platform-outpatient-parent</artifactId>
  13. <version>1.0.0-SNAPSHOT</version>
  14. <packaging>pom</packaging>
  15. <properties>
  16. <service.version>1.0.0-SNAPSHOT</service.version>
  17. <anytxn-biz-common.version>1.0.0-SNAPSHOT</anytxn-biz-common.version>
  18. </properties>
  19. <repositories>
  20. <repository>
  21. <id>nexus</id>
  22. <name>Team Nexus Repository</name>
  23. <url>http://nexus.ywtinfo.com/repository/maven-public/</url>
  24. </repository>
  25. </repositories>
  26. <pluginRepositories>
  27. <pluginRepository>
  28. <id>nexus</id>
  29. <name>Team Nexus Repository</name>
  30. <url>http://nexus.ywtinfo.com/repository/maven-public/</url>
  31. </pluginRepository>
  32. </pluginRepositories>
  33. <modules>
  34. <module>ywt-platform-outpatient-common</module>
  35. <module>ywt-platform-outpatient-base</module>
  36. <module>ywt-platform-outpatient-sdk</module>
  37. <module>ywt-platform-outpatient-web</module>
  38. <module>consumer</module>
  39. </modules>
  40. <dependencyManagement>
  41. <dependencies>
  42. <dependency>
  43. <groupId>com.ywt</groupId>
  44. <artifactId>ywt-platform-outpatient-base</artifactId>
  45. <version>${service.version}</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.ywt</groupId>
  49. <artifactId>ywt-platform-outpatient-common</artifactId>
  50. <version>${service.version}</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.ywt</groupId>
  54. <artifactId>ywt-platform-outpatient-sdk</artifactId>
  55. <version>${service.version}</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.ywt</groupId>
  59. <artifactId>ywt-platform-outpatient-web</artifactId>
  60. <version>${service.version}</version>
  61. </dependency>
  62. <!-- <dependency>-->
  63. <!-- <groupId>com.ywt</groupId>-->
  64. <!-- <artifactId>demo-platform-service-common</artifactId>-->
  65. <!-- <version>${service.version}</version>-->
  66. <!-- </dependency>-->
  67. <dependency>
  68. <groupId>com.ywt</groupId>
  69. <artifactId>anytxn-biz-common</artifactId>
  70. <version>${anytxn-biz-common.version}</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.ywt</groupId>
  74. <artifactId>ywt-biz-common</artifactId>
  75. <version>1.0.0-SNAPSHOT</version>
  76. </dependency>
  77. </dependencies>
  78. </dependencyManagement>
  79. </project>