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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.dubhe</groupId>
  7. <artifactId>server</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>auth</artifactId>
  11. <version>0.0.1-SNAPSHOT</version>
  12. <name>授权中心</name>
  13. <description>Dubhe Authentication</description>
  14. <dependencies>
  15. <!-- 统一Rest返回工具结构 -->
  16. <dependency>
  17. <groupId>org.dubhe.biz</groupId>
  18. <artifactId>data-response</artifactId>
  19. <version>${org.dubhe.biz.data-response.version}</version>
  20. </dependency>
  21. <!-- 统一权限配置 -->
  22. <dependency>
  23. <groupId>org.dubhe.cloud</groupId>
  24. <artifactId>auth-config</artifactId>
  25. <version>${org.dubhe.cloud.auth-config.version}</version>
  26. </dependency>
  27. <!-- 远程调用 -->
  28. <dependency>
  29. <groupId>org.dubhe.cloud</groupId>
  30. <artifactId>remote-call</artifactId>
  31. <version>${org.dubhe.cloud.remote-call.version}</version>
  32. </dependency>
  33. <!-- 注册中心 -->
  34. <dependency>
  35. <groupId>org.dubhe.cloud</groupId>
  36. <artifactId>registration</artifactId>
  37. <version>${org.dubhe.cloud.registration.version}</version>
  38. </dependency>
  39. <!-- 配置中心 -->
  40. <dependency>
  41. <groupId>org.dubhe.cloud</groupId>
  42. <artifactId>configuration</artifactId>
  43. <version>${org.dubhe.cloud.configuration.version}</version>
  44. </dependency>
  45. <!-- Cloud swagger -->
  46. <dependency>
  47. <groupId>org.dubhe.cloud</groupId>
  48. <artifactId>swagger</artifactId>
  49. <version>${org.dubhe.cloud.swagger.version}</version>
  50. </dependency>
  51. <!--持久层操作-->
  52. <dependency>
  53. <groupId>org.dubhe.biz</groupId>
  54. <artifactId>data-permission</artifactId>
  55. <version>${org.dubhe.biz.data-permission.version}</version>
  56. </dependency>
  57. <!-- log依赖-->
  58. <dependency>
  59. <groupId>org.dubhe.biz</groupId>
  60. <artifactId>log</artifactId>
  61. <version>${org.dubhe.biz.log.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.boot</groupId>
  65. <artifactId>spring-boot-starter-web</artifactId>
  66. </dependency>
  67. </dependencies>
  68. <build>
  69. <plugins>
  70. <plugin>
  71. <groupId>org.springframework.boot</groupId>
  72. <artifactId>spring-boot-maven-plugin</artifactId>
  73. <configuration>
  74. <skip>false</skip>
  75. <fork>true</fork>
  76. <classifier>exec</classifier>
  77. </configuration>
  78. </plugin>
  79. <!-- 跳过单元测试 -->
  80. <plugin>
  81. <groupId>org.apache.maven.plugins</groupId>
  82. <artifactId>maven-surefire-plugin</artifactId>
  83. <configuration>
  84. <skipTests>true</skipTests>
  85. </configuration>
  86. </plugin>
  87. </plugins>
  88. </build>
  89. </project>

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