pom.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>cn.com.qmth.examcloud.task</groupId>
  5. <artifactId>examcloud-task</artifactId>
  6. <version>v4.1.0-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>examcloud-task-service</artifactId>
  9. <dependencies>
  10. <dependency>
  11. <groupId>cn.com.qmth.examcloud.task</groupId>
  12. <artifactId>examcloud-task-dao</artifactId>
  13. <version>${examcloud.version}</version>
  14. </dependency>
  15. <dependency>
  16. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  17. <artifactId>examcloud-core-basic-api-client</artifactId>
  18. <version>${examcloud.version}</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  22. <artifactId>examcloud-core-examwork-api-client</artifactId>
  23. <version>${examcloud.version}</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  27. <artifactId>examcloud-global-api-client</artifactId>
  28. <version>${examcloud.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  32. <artifactId>examcloud-core-oe-student-api-client</artifactId>
  33. <version>${examcloud.version}</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  37. <artifactId>examcloud-core-oe-admin-api-client</artifactId>
  38. <version>${examcloud.version}</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  42. <artifactId>examcloud-core-oe-task-api-client</artifactId>
  43. <version>${examcloud.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  47. <artifactId>examcloud-core-reports-api-client</artifactId>
  48. <version>${examcloud.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  52. <artifactId>examcloud-core-marking-api-client</artifactId>
  53. <version>${examcloud.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  57. <artifactId>examcloud-core-questions-api-client</artifactId>
  58. <version>${examcloud.version}</version>
  59. </dependency>
  60. </dependencies>
  61. </project>