pom.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. <groupId>com.yihu.hos</groupId>
  7. <artifactId>hos-web-framework-dependencies</artifactId>
  8. <version>1.1.1-SNAPSHOT</version>
  9. <packaging>pom</packaging>
  10. <parent>
  11. <groupId>org.springframework.boot</groupId>
  12. <artifactId>spring-boot-starter-parent</artifactId>
  13. <version>1.4.1.RELEASE</version>
  14. <relativePath/> <!-- lookup parent from repository1212 -->
  15. </parent>
  16. <properties>
  17. </properties>
  18. <pluginRepositories>
  19. <pluginRepository>
  20. <id>pluginCentral</id>
  21. <name>pluginCentral</name>
  22. <url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
  23. </pluginRepository>
  24. <pluginRepository>
  25. <id>pluginReleases</id>
  26. <name>pluginReleases</name>
  27. <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
  28. </pluginRepository>
  29. </pluginRepositories>
  30. <!--用于发布到服务器 对应setting的对应server表情里面的id -->
  31. <distributionManagement>
  32. <repository>
  33. <id>Releases</id>
  34. <name>Releases</name>
  35. <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
  36. </repository>
  37. <snapshotRepository>
  38. <id>snapshots</id>
  39. <name>Snapshots</name>
  40. <url>http://172.19.103.47:8081/nexus/content/repositories/snapshots/</url>
  41. </snapshotRepository>
  42. </distributionManagement>
  43. <repositories>
  44. <repository>
  45. <id>repositoryCentral</id>
  46. <name>repositoryCentral</name>
  47. <url>http://172.19.103.47:8081/nexus/content/repositories/central/</url>
  48. </repository>
  49. <repository>
  50. <id>repositoryReleases</id>
  51. <name>repositoryReleases</name>
  52. <url>http://172.19.103.47:8081/nexus/content/repositories/releases/</url>
  53. </repository>
  54. </repositories>
  55. <dependencies>
  56. <dependency>
  57. <groupId>org.springframework.boot</groupId>
  58. <artifactId>spring-boot-starter-web</artifactId>
  59. <exclusions>
  60. <exclusion>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-starter-logging</artifactId>
  63. </exclusion>
  64. </exclusions>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.springframework.boot</groupId>
  68. <artifactId>spring-boot-starter-data-mongodb</artifactId>
  69. <exclusions>
  70. <exclusion>
  71. <groupId>org.slf4j</groupId>
  72. <artifactId>log4j-over-slf4j</artifactId>
  73. </exclusion>
  74. <exclusion>
  75. <groupId>org.slf4j</groupId>
  76. <artifactId>jcl-over-slf4j</artifactId>
  77. </exclusion>
  78. </exclusions>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.mongodb</groupId>
  82. <artifactId>mongo-java-driver</artifactId>
  83. <version>3.2.2</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>mysql</groupId>
  87. <artifactId>mysql-connector-java</artifactId>
  88. <version>5.1.37</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.oracle</groupId>
  92. <artifactId>ojdbc6</artifactId>
  93. <version>11.2.0.3.0</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.yihu.hos</groupId>
  97. <artifactId>hos-core</artifactId>
  98. <version>1.1.1-SNAPSHOT</version>
  99. </dependency>
  100. <!-- swagger start -->
  101. <dependency>
  102. <groupId>io.springfox</groupId>
  103. <artifactId>springfox-swagger2</artifactId>
  104. <version>2.4.0</version>
  105. <exclusions>
  106. <exclusion>
  107. <artifactId>classmate</artifactId>
  108. <groupId>com.fasterxml</groupId>
  109. </exclusion>
  110. </exclusions>
  111. </dependency>
  112. <dependency>
  113. <groupId>io.springfox</groupId>
  114. <artifactId>springfox-swagger-ui</artifactId>
  115. <version>2.4.0</version>
  116. </dependency>
  117. <!-- swagger end -->
  118. <!-- test start -->
  119. <dependency>
  120. <groupId>org.springframework.boot</groupId>
  121. <artifactId>spring-boot-starter-test</artifactId>
  122. <scope>test</scope>
  123. </dependency>
  124. <!-- test end -->
  125. <dependency>
  126. <groupId>javax.transaction</groupId>
  127. <artifactId>javax.transaction-api</artifactId>
  128. <version>1.2</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.yihu.core</groupId>
  132. <artifactId>ehr-dbhelper</artifactId>
  133. <version>1.1.9</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.yihu.core</groupId>
  137. <artifactId>html2image</artifactId>
  138. <version>0.9</version>
  139. </dependency>
  140. </dependencies>
  141. <build>
  142. <plugins>
  143. <plugin>
  144. <groupId>org.apache.maven.plugins</groupId>
  145. <artifactId>maven-compiler-plugin</artifactId>
  146. <configuration>
  147. <source>1.8</source>
  148. <target>1.8</target>
  149. </configuration>
  150. </plugin>
  151. </plugins>
  152. </build>
  153. </project>