智慧校园微服务
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.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. </modules>
  21. <dependencyManagement>
  22. <dependencies>
  23. <dependency>
  24. <groupId>com.xhkjedu</groupId>
  25. <artifactId>gateway</artifactId>
  26. <version>0.0.1-SNAPSHOT</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.xhkjedu</groupId>
  30. <artifactId>register</artifactId>
  31. <version>0.0.1-SNAPSHOT</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.xhkjedu</groupId>
  35. <artifactId>config</artifactId>
  36. <version>0.0.1-SNAPSHOT</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.xhkjedu</groupId>
  40. <artifactId>suser</artifactId>
  41. <version>0.0.1-SNAPSHOT</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.xhkjedu</groupId>
  45. <artifactId>sclass</artifactId>
  46. <version>0.0.1-SNAPSHOT</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.xhkjedu</groupId>
  50. <artifactId>slive</artifactId>
  51. <version>0.0.1-SNAPSHOT</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.xhkjedu</groupId>
  55. <artifactId>sstudy</artifactId>
  56. <version>0.0.1-SNAPSHOT</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.xhkjedu</groupId>
  60. <artifactId>sapi</artifactId>
  61. <version>0.0.1-SNAPSHOT</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.xhkjedu</groupId>
  65. <artifactId>scommons</artifactId>
  66. <version>0.0.1-SNAPSHOT</version>
  67. </dependency>
  68. </dependencies>
  69. </dependencyManagement>
  70. </project>