rest-assured-bom-4.5.1.pom 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>io.rest-assured</groupId>
  5. <artifactId>rest-assured-bom</artifactId>
  6. <version>4.5.1</version>
  7. <name>REST Assured: BOM</name>
  8. <packaging>pom</packaging>
  9. <description>Centralized dependencyManagement for the Rest Assured Project</description>
  10. <url>http://code.google.com/p/rest-assured</url>
  11. <licenses>
  12. <license>
  13. <name>Apache 2.0</name>
  14. <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
  15. <distribution>repo</distribution>
  16. </license>
  17. </licenses>
  18. <scm>
  19. <connection>scm:git:git://github.com/rest-assured/rest-assured.git</connection>
  20. <developerConnection>scm:git:ssh://git@github.com/rest-assured/rest-assured.git</developerConnection>
  21. <url>http://github.com/rest-assured/rest-assured/tree/master</url>
  22. <tag>HEAD</tag>
  23. </scm>
  24. <developers>
  25. <developer>
  26. <id>johan.haleby</id>
  27. <name>Johan Haleby</name>
  28. <email>johan.haleby at gmail.com</email>
  29. <organization>Jayway</organization>
  30. <organizationUrl>http://www.jayway.com</organizationUrl>
  31. </developer>
  32. </developers>
  33. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>io.rest-assured</groupId>
  37. <artifactId>json-schema-validator</artifactId>
  38. <version>4.5.1</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>io.rest-assured</groupId>
  42. <artifactId>rest-assured-common</artifactId>
  43. <version>4.5.1</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>io.rest-assured</groupId>
  47. <artifactId>json-path</artifactId>
  48. <version>4.5.1</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>io.rest-assured</groupId>
  52. <artifactId>xml-path</artifactId>
  53. <version>4.5.1</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>io.rest-assured</groupId>
  57. <artifactId>rest-assured</artifactId>
  58. <version>4.5.1</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>io.rest-assured</groupId>
  62. <artifactId>spring-commons</artifactId>
  63. <version>4.5.1</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>io.rest-assured</groupId>
  67. <artifactId>spring-mock-mvc</artifactId>
  68. <version>4.5.1</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>io.rest-assured</groupId>
  72. <artifactId>scala-support</artifactId>
  73. <version>4.5.1</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>io.rest-assured</groupId>
  77. <artifactId>spring-web-test-client</artifactId>
  78. <version>4.5.1</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>io.rest-assured</groupId>
  82. <artifactId>kotlin-extensions</artifactId>
  83. <version>4.5.1</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>io.rest-assured</groupId>
  87. <artifactId>spring-mock-mvc-kotlin-extensions</artifactId>
  88. <version>4.5.1</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>io.rest-assured</groupId>
  92. <artifactId>rest-assured-all</artifactId>
  93. <version>4.5.1</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>io.rest-assured.examples</groupId>
  97. <artifactId>scalatra-example</artifactId>
  98. <version>4.5.1</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>io.rest-assured.examples</groupId>
  102. <artifactId>scalatra-webapp</artifactId>
  103. <version>4.5.1</version>
  104. <type>war</type>
  105. </dependency>
  106. <dependency>
  107. <groupId>io.rest-assured.examples</groupId>
  108. <artifactId>rest-assured-itest-java</artifactId>
  109. <version>4.5.1</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>io.rest-assured.examples</groupId>
  113. <artifactId>spring-mvc-webapp</artifactId>
  114. <version>4.5.1</version>
  115. <type>war</type>
  116. </dependency>
  117. <dependency>
  118. <groupId>io.rest-assured.examples</groupId>
  119. <artifactId>scala-example</artifactId>
  120. <version>4.5.1</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>io.rest-assured.examples</groupId>
  124. <artifactId>scala-mock-mvc-example</artifactId>
  125. <version>4.5.1</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>io.rest-assured.examples</groupId>
  129. <artifactId>kotlin-example</artifactId>
  130. <version>4.5.1</version>
  131. </dependency>
  132. </dependencies>
  133. </dependencyManagement>
  134. <build>
  135. <pluginManagement>
  136. <plugins>
  137. </plugins>
  138. </pluginManagement>
  139. </build>
  140. </project>