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

3 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. <version>0.0.1-SNAPSHOT</version>
  12. <artifactId>dubhe-terminal</artifactId>
  13. <name>专业版终端服务</name>
  14. <description>Dubhe terminal</description>
  15. <dependencies>
  16. <dependency>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-web</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.springframework.cloud</groupId>
  22. <artifactId>spring-cloud-context</artifactId>
  23. </dependency>
  24. <!-- 统一Rest返回工具结构 -->
  25. <dependency>
  26. <groupId>org.dubhe.biz</groupId>
  27. <artifactId>data-response</artifactId>
  28. <version>${org.dubhe.biz.data-response.version}</version>
  29. </dependency>
  30. <!-- k8s 通用模块 -->
  31. <dependency>
  32. <groupId>org.dubhe</groupId>
  33. <artifactId>common-k8s</artifactId>
  34. <version>${org.dubhe.common-k8s.version}</version>
  35. </dependency>
  36. <!-- 远程调用 -->
  37. <dependency>
  38. <groupId>org.dubhe.cloud</groupId>
  39. <artifactId>remote-call</artifactId>
  40. <version>${org.dubhe.cloud.remote-call.version}</version>
  41. </dependency>
  42. <!-- 注册中心 -->
  43. <dependency>
  44. <groupId>org.dubhe.cloud</groupId>
  45. <artifactId>registration</artifactId>
  46. <version>${org.dubhe.cloud.registration.version}</version>
  47. </dependency>
  48. <!-- 配置中心 -->
  49. <dependency>
  50. <groupId>org.dubhe.cloud</groupId>
  51. <artifactId>configuration</artifactId>
  52. <version>${org.dubhe.cloud.configuration.version}</version>
  53. </dependency>
  54. <!-- 统一权限配置 -->
  55. <dependency>
  56. <groupId>org.dubhe.cloud</groupId>
  57. <artifactId>auth-config</artifactId>
  58. <version>${org.dubhe.cloud.auth-config.version}</version>
  59. </dependency>
  60. <!-- log依赖-->
  61. <dependency>
  62. <groupId>org.dubhe.biz</groupId>
  63. <artifactId>log</artifactId>
  64. <version>${org.dubhe.biz.log.version}</version>
  65. </dependency>
  66. <!-- junit -->
  67. <dependency>
  68. <groupId>junit</groupId>
  69. <artifactId>junit</artifactId>
  70. <scope>test</scope>
  71. </dependency>
  72. </dependencies>
  73. <build>
  74. <plugins>
  75. <plugin>
  76. <groupId>org.springframework.boot</groupId>
  77. <artifactId>spring-boot-maven-plugin</artifactId>
  78. <configuration>
  79. <skip>false</skip>
  80. <fork>true</fork>
  81. <classifier>exec</classifier>
  82. </configuration>
  83. </plugin>
  84. <!-- 跳过单元测试 -->
  85. <plugin>
  86. <groupId>org.apache.maven.plugins</groupId>
  87. <artifactId>maven-surefire-plugin</artifactId>
  88. <configuration>
  89. <skipTests>true</skipTests>
  90. </configuration>
  91. </plugin>
  92. </plugins>
  93. </build>
  94. </project>

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