pom.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. <parent>
  6. <artifactId>imcs-admin-boot</artifactId>
  7. <groupId>com.github.zuihou</groupId>
  8. <version>b.2.5-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>imcs-business-biz</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.github.zuihou</groupId>
  15. <artifactId>imcs-business-entity</artifactId>
  16. <version>b.2.5-SNAPSHOT</version>
  17. <scope>compile</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.github.zuihou</groupId>
  21. <artifactId>zuihou-boot</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.github.zuihou</groupId>
  25. <artifactId>zuihou-databases</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.github.zuihou</groupId>
  29. <artifactId>imcs-common</artifactId>
  30. <version>b.2.5-SNAPSHOT</version>
  31. <scope>compile</scope>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.github.zuihou</groupId>
  35. <artifactId>zuihou-injection-starter</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.sun.xml.bind</groupId>
  39. <artifactId>jaxb-impl</artifactId>
  40. <version>RELEASE</version>
  41. <scope>compile</scope>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.github.zuihou</groupId>
  45. <artifactId>imcs-authority-biz</artifactId>
  46. <version>b.2.5-SNAPSHOT</version>
  47. <scope>compile</scope>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.github.zuihou</groupId>
  51. <artifactId>imcs-tenant-biz</artifactId>
  52. <version>b.2.5-SNAPSHOT</version>
  53. <scope>compile</scope>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.github.zuihou</groupId>
  57. <artifactId>imcs-jobs-core</artifactId>
  58. <version>b.2.5-SNAPSHOT</version>
  59. <scope>compile</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.github.zuihou</groupId>
  63. <artifactId>imcs-jobs-core</artifactId>
  64. <version>b.2.5-SNAPSHOT</version>
  65. <scope>compile</scope>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.github.zuihou</groupId>
  69. <artifactId>imcs-file-biz</artifactId>
  70. <version>b.2.5-SNAPSHOT</version>
  71. <scope>compile</scope>
  72. </dependency>
  73. <!--<dependency>-->
  74. <!--<groupId>com.matlab.tool</groupId>-->
  75. <!--<artifactId>javabuilder</artifactId>-->
  76. <!--<version>1.0</version>-->
  77. <!--</dependency>-->
  78. <!--<dependency>-->
  79. <!--<groupId>com.matlab.tool</groupId>-->
  80. <!--<artifactId>scheduling4high</artifactId>-->
  81. <!--<version>1.0</version>-->
  82. <!--</dependency>-->
  83. <!--<dependency>-->
  84. <!--<groupId>com.matlab.tool</groupId>-->
  85. <!--<artifactId>scheduling4line</artifactId>-->
  86. <!--<version>1.0</version>-->
  87. <!--</dependency>-->
  88. <dependency>
  89. <groupId>io.jenetics</groupId>
  90. <artifactId>jenetics</artifactId>
  91. <version>5.2.0</version>
  92. </dependency>
  93. </dependencies>
  94. </project>