智慧校园微服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.xhkjedu</groupId>
  7. <artifactId>cloud-schoolapi</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. <packaging>pom</packaging>
  10. <modules>
  11. <module>gateway</module>
  12. <module>register</module>
  13. <module>config</module>
  14. <module>suser</module>
  15. <module>sclass</module>
  16. <module>slive</module>
  17. <module>sstudy</module>
  18. <module>sapi</module>
  19. <module>scommons</module>
  20. <module>sexam</module>
  21. </modules>
  22. <dependencyManagement>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.xhkjedu</groupId>
  26. <artifactId>gateway</artifactId>
  27. <version>0.0.1-SNAPSHOT</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.xhkjedu</groupId>
  31. <artifactId>register</artifactId>
  32. <version>0.0.1-SNAPSHOT</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.xhkjedu</groupId>
  36. <artifactId>config</artifactId>
  37. <version>0.0.1-SNAPSHOT</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.xhkjedu</groupId>
  41. <artifactId>suser</artifactId>
  42. <version>0.0.1-SNAPSHOT</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.xhkjedu</groupId>
  46. <artifactId>sclass</artifactId>
  47. <version>0.0.1-SNAPSHOT</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.xhkjedu</groupId>
  51. <artifactId>slive</artifactId>
  52. <version>0.0.1-SNAPSHOT</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.xhkjedu</groupId>
  56. <artifactId>sstudy</artifactId>
  57. <version>0.0.1-SNAPSHOT</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.xhkjedu</groupId>
  61. <artifactId>sapi</artifactId>
  62. <version>0.0.1-SNAPSHOT</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.xhkjedu</groupId>
  66. <artifactId>scommons</artifactId>
  67. <version>0.0.1-SNAPSHOT</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.xhkjedu</groupId>
  71. <artifactId>sexam</artifactId>
  72. <version>0.0.1-SNAPSHOT</version>
  73. </dependency>
  74. </dependencies>
  75. </dependencyManagement>
  76. </project>