You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 3.6 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. <parent>
  6. <artifactId>server</artifactId>
  7. <groupId>org.dubhe</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>dubhe-serving-gateway</artifactId>
  12. <version>0.0.1-SNAPSHOT</version>
  13. <name>云端Serving网关</name>
  14. <description>Dubhe serving gateway</description>
  15. <dependencies>
  16. <!-- biz依赖-->
  17. <dependency>
  18. <groupId>org.dubhe.biz</groupId>
  19. <artifactId>log</artifactId>
  20. <version>${org.dubhe.biz.log.version}</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.dubhe.biz</groupId>
  24. <artifactId>redis</artifactId>
  25. <version>${org.dubhe.biz.redis.version}</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.dubhe.biz</groupId>
  29. <artifactId>data-response</artifactId>
  30. <version>${org.dubhe.biz.data-response.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.dubhe.biz</groupId>
  34. <artifactId>db</artifactId>
  35. <version>${org.dubhe.biz.db.version}</version>
  36. <exclusions>
  37. <exclusion>
  38. <groupId>org.dubhe.cloud</groupId>
  39. <artifactId>swagger</artifactId>
  40. </exclusion>
  41. </exclusions>
  42. </dependency>
  43. <!-- 注册中心 -->
  44. <dependency>
  45. <groupId>org.dubhe.cloud</groupId>
  46. <artifactId>registration</artifactId>
  47. <version>${org.dubhe.cloud.registration.version}</version>
  48. </dependency>
  49. <!-- 配置中心 -->
  50. <dependency>
  51. <groupId>org.dubhe.cloud</groupId>
  52. <artifactId>configuration</artifactId>
  53. <version>${org.dubhe.cloud.configuration.version}</version>
  54. </dependency>
  55. <!--网关依赖-->
  56. <dependency>
  57. <groupId>org.springframework.boot</groupId>
  58. <artifactId>spring-boot-starter</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-starter-webflux</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework.cloud</groupId>
  66. <artifactId>spring-cloud-gateway-core</artifactId>
  67. </dependency>
  68. </dependencies>
  69. <build>
  70. <plugins>
  71. <plugin>
  72. <groupId>org.springframework.boot</groupId>
  73. <artifactId>spring-boot-maven-plugin</artifactId>
  74. <configuration>
  75. <skip>false</skip>
  76. <fork>true</fork>
  77. <classifier>exec</classifier>
  78. </configuration>
  79. </plugin>
  80. <!-- 跳过单元测试 -->
  81. <plugin>
  82. <groupId>org.apache.maven.plugins</groupId>
  83. <artifactId>maven-surefire-plugin</artifactId>
  84. <configuration>
  85. <skipTests>true</skipTests>
  86. </configuration>
  87. </plugin>
  88. </plugins>
  89. <resources>
  90. <resource>
  91. <filtering>true</filtering>
  92. <directory>src/main/resources</directory>
  93. </resource>
  94. </resources>
  95. </build>
  96. </project>

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能