rest-assured-bom-5.3.1.pom 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>5.3.1</version>
  7. <name>REST Assured: BOM</name>
  8. <packaging>pom</packaging>
  9. <description>Centralized dependencyManagement for the Rest Assured Project</description>
  10. <url>https://rest-assured.io/</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>5.3.1</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>io.rest-assured</groupId>
  42. <artifactId>rest-assured-common</artifactId>
  43. <version>5.3.1</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>io.rest-assured</groupId>
  47. <artifactId>json-path</artifactId>
  48. <version>5.3.1</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>io.rest-assured</groupId>
  52. <artifactId>xml-path</artifactId>
  53. <version>5.3.1</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>io.rest-assured</groupId>
  57. <artifactId>rest-assured</artifactId>
  58. <version>5.3.1</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>io.rest-assured</groupId>
  62. <artifactId>spring-commons</artifactId>
  63. <version>5.3.1</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>io.rest-assured</groupId>
  67. <artifactId>spring-mock-mvc</artifactId>
  68. <version>5.3.1</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>io.rest-assured</groupId>
  72. <artifactId>scala-support</artifactId>
  73. <version>5.3.1</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>io.rest-assured</groupId>
  77. <artifactId>spring-web-test-client</artifactId>
  78. <version>5.3.1</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>io.rest-assured</groupId>
  82. <artifactId>kotlin-extensions</artifactId>
  83. <version>5.3.1</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>io.rest-assured</groupId>
  87. <artifactId>spring-mock-mvc-kotlin-extensions</artifactId>
  88. <version>5.3.1</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>io.rest-assured</groupId>
  92. <artifactId>rest-assured-all</artifactId>
  93. <version>5.3.1</version>
  94. </dependency>
  95. </dependencies>
  96. </dependencyManagement>
  97. <build>
  98. <pluginManagement>
  99. <plugins>
  100. </plugins>
  101. </pluginManagement>
  102. </build>
  103. </project>