pom.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>cn.superdesk.uniorder</groupId>
  7. <artifactId>superdesk-operation-center</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>superdesk-uniorder-openapi</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.springframework.boot</groupId>
  14. <artifactId>spring-boot-starter-web</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  19. </dependency>
  20. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 &ndash;&gt;-->
  21. <!-- <dependency>-->
  22. <!-- <groupId>io.springfox</groupId>-->
  23. <!-- <artifactId>springfox-swagger2</artifactId>-->
  24. <!-- <version>3.0.0</version>-->
  25. <!-- </dependency>-->
  26. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui &ndash;&gt;-->
  27. <!-- <dependency>-->
  28. <!-- <groupId>io.springfox</groupId>-->
  29. <!-- <artifactId>springfox-swagger-ui</artifactId>-->
  30. <!-- <version>3.0.0</version>-->
  31. <!-- </dependency>-->
  32. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.springfox/springfox-bean-validators &ndash;&gt;-->
  33. <!-- <dependency>-->
  34. <!-- <groupId>io.springfox</groupId>-->
  35. <!-- <artifactId>springfox-bean-validators</artifactId>-->
  36. <!-- <version>3.0.0</version>-->
  37. <!-- <scope>compile</scope>-->
  38. <!-- </dependency>-->
  39. <!-- RESTful APIs swagger2 -->
  40. <!-- <dependency>-->
  41. <!-- <groupId>io.springfox</groupId>-->
  42. <!-- <artifactId>springfox-swagger2</artifactId>-->
  43. <!-- <version>${swagger.version}</version>-->
  44. <!-- <exclusions>-->
  45. <!-- <exclusion>-->
  46. <!-- <groupId>io.swagger</groupId>-->
  47. <!-- <artifactId>swagger-annotations</artifactId>-->
  48. <!-- </exclusion>-->
  49. <!-- <exclusion>-->
  50. <!-- <groupId>io.swagger</groupId>-->
  51. <!-- <artifactId>swagger-models</artifactId>-->
  52. <!-- </exclusion>-->
  53. <!-- </exclusions>-->
  54. <!-- </dependency>-->
  55. <!-- <dependency>-->
  56. <!-- <groupId>io.springfox</groupId>-->
  57. <!-- <artifactId>springfox-swagger-ui</artifactId>-->
  58. <!-- <version>${swagger.version}</version>-->
  59. <!-- </dependency>-->
  60. <!-- <dependency>-->
  61. <!-- <groupId>io.swagger</groupId>-->
  62. <!-- <artifactId>swagger-annotations</artifactId>-->
  63. <!-- <version>1.5.21</version>-->
  64. <!-- </dependency>-->
  65. <!-- <dependency>-->
  66. <!-- <groupId>io.swagger</groupId>-->
  67. <!-- <artifactId>swagger-models</artifactId>-->
  68. <!-- <version>1.5.21</version>-->
  69. <!-- </dependency>-->
  70. <dependency>
  71. <groupId>com.github.xiaoymin</groupId>
  72. <artifactId>knife4j-spring-boot-starter</artifactId>
  73. <!-- <version>2.0.1</version>-->
  74. <!-- <version>3.0.2</version>-->
  75. <version>3.0.3</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>cn.superdesk.uniorder</groupId>
  79. <artifactId>superdesk-uniorder-dubbo-facade</artifactId>
  80. <version>${project.parent.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>cn.superdesk.uniorder</groupId>
  84. <artifactId>superdesk-uniorder-dubbo-consumer</artifactId>
  85. <version>${project.parent.version}</version>
  86. </dependency>
  87. <!-- <dependency>-->
  88. <!-- <groupId>com.github.xiaoymin</groupId>-->
  89. <!-- <artifactId>knife4j-extension</artifactId>-->
  90. <!-- </dependency>-->
  91. </dependencies>
  92. </project>