pom.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <artifactId>aivfo-business-parent</artifactId>
  6. <groupId>com.aivfo</groupId>
  7. <version>1.2.0-SNAPSHOT</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>aivfo-tl-control</artifactId>
  11. <packaging>pom</packaging>
  12. <version>2.2.4.0-SNAPSHOT</version>
  13. <properties>
  14. <aivfo-data-transmission-facde.version>2.2.3.0-SNAPSHOT</aivfo-data-transmission-facde.version>
  15. </properties>
  16. <dependencyManagement>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.aivfo</groupId>
  20. <artifactId>aivfo-data-transmission-facade</artifactId>
  21. <version>${aivfo-data-transmission-facde.version}</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.aivfo</groupId>
  25. <artifactId>aivfo-tl-control-controller</artifactId>
  26. <version>${project.version}</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.aivfo</groupId>
  30. <artifactId>aivfo-tl-control-entity</artifactId>
  31. <version>${project.version}</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.aivfo</groupId>
  35. <artifactId>aivfo-tl-control-facade</artifactId>
  36. <version>${project.version}</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.aivfo</groupId>
  40. <artifactId>aivfo-tl-control-lanucher</artifactId>
  41. <version>${project.version}</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.aivfo</groupId>
  45. <artifactId>aivfo-tl-control-manage</artifactId>
  46. <version>${project.version}</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>com.aivfo</groupId>
  50. <artifactId>aivfo-tl-control-mapper</artifactId>
  51. <version>${project.version}</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.aivfo</groupId>
  55. <artifactId>aivfo-tl-control-rpc</artifactId>
  56. <version>${project.version}</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.aivfo</groupId>
  60. <artifactId>aivfo-tl-control-service</artifactId>
  61. <version>${project.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.aivfo</groupId>
  65. <artifactId>aivfo-tl-control-service-impl</artifactId>
  66. <version>${project.version}</version>
  67. </dependency>
  68. </dependencies>
  69. </dependencyManagement>
  70. <modules>
  71. <module>aivfo-tl-control-mapper</module>
  72. <module>aivfo-tl-control-entity</module>
  73. <module>aivfo-tl-control-service</module>
  74. <module>aivfo-tl-control-service-impl</module>
  75. <module>aivfo-tl-control-manage</module>
  76. <module>aivfo-tl-control-controller</module>
  77. <module>aivfo-tl-control-lanucher</module>
  78. <module>aivfo-tl-control-facade</module>
  79. <module>aivfo-tl-control-rpc</module>
  80. </modules>
  81. </project>