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.5 kB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  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>dubheplatform</artifactId>
  7. <groupId>zhejianglab</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>dubhe-admin</artifactId>
  12. <name>平台管理</name>
  13. <properties>
  14. <jjwt.version>0.10.6</jjwt.version>
  15. <docker.image.prefix>dubhe</docker.image.prefix>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>zhejianglab</groupId>
  20. <artifactId>common</artifactId>
  21. <version>1.0</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>zhejianglab</groupId>
  25. <artifactId>dubhe-system</artifactId>
  26. <version>1.0</version>
  27. <exclusions>
  28. <exclusion>
  29. <groupId>zhejianglab</groupId>
  30. <artifactId>common</artifactId>
  31. </exclusion>
  32. </exclusions>
  33. </dependency>
  34. <dependency>
  35. <groupId>zhejianglab</groupId>
  36. <artifactId>dubhe-model</artifactId>
  37. <version>1.0</version>
  38. <exclusions>
  39. <exclusion>
  40. <groupId>zhejianglab</groupId>
  41. <artifactId>common</artifactId>
  42. </exclusion>
  43. </exclusions>
  44. </dependency>
  45. <dependency>
  46. <groupId>zhejianglab</groupId>
  47. <artifactId>dubhe-k8s</artifactId>
  48. <version>1.0</version>
  49. <exclusions>
  50. <exclusion>
  51. <groupId>zhejianglab</groupId>
  52. <artifactId>common</artifactId>
  53. </exclusion>
  54. </exclusions>
  55. </dependency>
  56. <dependency>
  57. <groupId>zhejianglab</groupId>
  58. <artifactId>dubhe-dcm</artifactId>
  59. <version>1.0</version>
  60. <exclusions>
  61. <exclusion>
  62. <groupId>zhejianglab</groupId>
  63. <artifactId>common</artifactId>
  64. </exclusion>
  65. </exclusions>
  66. </dependency>
  67. <dependency>
  68. <groupId>zhejianglab</groupId>
  69. <artifactId>dubhe-serving</artifactId>
  70. <version>1.0</version>
  71. <exclusions>
  72. <exclusion>
  73. <groupId>zhejianglab</groupId>
  74. <artifactId>common</artifactId>
  75. </exclusion>
  76. </exclusions>
  77. </dependency>
  78. </dependencies>
  79. <build>
  80. <plugins>
  81. <plugin>
  82. <groupId>org.springframework.boot</groupId>
  83. <artifactId>spring-boot-maven-plugin</artifactId>
  84. <configuration>
  85. <skip>false</skip>
  86. <fork>true</fork>
  87. <classifier>exec</classifier>
  88. </configuration>
  89. </plugin>
  90. <!-- 跳过单元测试 -->
  91. <plugin>
  92. <groupId>org.apache.maven.plugins</groupId>
  93. <artifactId>maven-surefire-plugin</artifactId>
  94. <configuration>
  95. <skipTests>true</skipTests>
  96. </configuration>
  97. </plugin>
  98. </plugins>
  99. </build>
  100. </project>

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

Contributors (1)