pom.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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.eitc</groupId>
  8. <artifactId>eitc</artifactId>
  9. <version>3.8.7</version>
  10. </parent>
  11. <artifactId>eitc-patient-pc</artifactId>
  12. <description>患者pc模块</description>
  13. <version>3.8.7</version>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.eitc</groupId>
  17. <artifactId>eitc-patient-base</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>org.springframework</groupId>
  21. <artifactId>spring-webmvc</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.apache.httpcomponents</groupId>
  25. <artifactId>httpclient</artifactId>
  26. <version>4.5.13</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.apache.httpcomponents</groupId>
  30. <artifactId>httpcore</artifactId>
  31. <version>4.3.3</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.eitc</groupId>
  35. <artifactId>eitc-framework</artifactId>
  36. </dependency>
  37. </dependencies>
  38. </project>