pom.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>cn.com.taiji</groupId>
  5. <artifactId>cn.com.taiji.dependencies</artifactId>
  6. <version>1.0.2</version>
  7. <packaging>pom</packaging>
  8. <organization>
  9. <name>taiji</name>
  10. <url>http://www.baidu.com</url>
  11. </organization>
  12. <developers>
  13. <developer>
  14. <id>taiji</id>
  15. <name>李杰智</name>
  16. <email>lijiezhi.ok@163.com</email>
  17. <organization>任我行</organization>
  18. <organizationUrl>http://www.baidu.com</organizationUrl>
  19. <roles>
  20. <role>Project lead</role>
  21. </roles>
  22. </developer>
  23. </developers>
  24. <properties>
  25. <hazelcast.version>3.2.2</hazelcast.version>
  26. <jquery.version>1.11.1</jquery.version>
  27. <jquery-ui.version>1.10.4</jquery-ui.version>
  28. <bootstrap.version>2.3.2</bootstrap.version>
  29. <kendo.version>2014.1.416</kendo.version>
  30. <openlayers.version>2.13.1</openlayers.version>
  31. <zjw.version>1.0.0</zjw.version>
  32. </properties>
  33. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>com.hazelcast</groupId>
  37. <artifactId>hazelcast-all</artifactId>
  38. <version>${hazelcast.version}</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>org.webjars</groupId>
  42. <artifactId>jquery</artifactId>
  43. <version>${jquery.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.webjars</groupId>
  47. <artifactId>jquery-ui</artifactId>
  48. <version>${jquery-ui.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.webjars</groupId>
  52. <artifactId>bootstrap</artifactId>
  53. <version>${bootstrap.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.webjars</groupId>
  57. <artifactId>kendo</artifactId>
  58. <version>${kendo.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.webjars</groupId>
  62. <artifactId>openlayers</artifactId>
  63. <version>${openlayers.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>cn.com.taiji</groupId>
  67. <artifactId>cn.com.taiji.sys</artifactId>
  68. <version>1.0.0</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.webjars</groupId>
  72. <artifactId>blue_theme</artifactId>
  73. <version>${zjw.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>cn.com.taiji</groupId>
  77. <artifactId>cn.com.taiji.security</artifactId>
  78. <version>${zjw.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.webjars</groupId>
  82. <artifactId>jquery-form</artifactId>
  83. <version>3.28.0-2013.02.06-3</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.oracle</groupId>
  87. <artifactId>ojdbc6</artifactId>
  88. <version>11.2.0.3</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>cn.com.taiji</groupId>
  92. <artifactId>cn.com.taiji.system</artifactId>
  93. <version>1.0.0</version>
  94. </dependency>
  95. </dependencies>
  96. </dependencyManagement>
  97. </project>