rest-assured-bom-5.5.0.pom 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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.5.0</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>https://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>https://github.com/rest-assured/rest-assured/tree/master</url>
  22. <tag>HEAD</tag>
  23. </scm>
  24. <distributionManagement>
  25. <repository>
  26. <id>sonatype-nexus-staging</id>
  27. <name>Nexus Release Repository</name>
  28. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  29. <layout>default</layout>
  30. </repository>
  31. <snapshotRepository>
  32. <id>sonatype-nexus-snapshots</id>
  33. <name>Sonatype Nexus Snapshots</name>
  34. <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
  35. <layout>default</layout>
  36. </snapshotRepository>
  37. </distributionManagement>
  38. <developers>
  39. <developer>
  40. <id>johan.haleby</id>
  41. <name>Johan Haleby</name>
  42. <email>johan.haleby at gmail.com</email>
  43. <organization>Jayway</organization>
  44. <organizationUrl>https://www.jayway.com</organizationUrl>
  45. </developer>
  46. </developers>
  47. <dependencyManagement>
  48. <dependencies>
  49. <dependency>
  50. <groupId>io.rest-assured</groupId>
  51. <artifactId>json-schema-validator</artifactId>
  52. <version>5.5.0</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>io.rest-assured</groupId>
  56. <artifactId>rest-assured-common</artifactId>
  57. <version>5.5.0</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>io.rest-assured</groupId>
  61. <artifactId>json-path</artifactId>
  62. <version>5.5.0</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>io.rest-assured</groupId>
  66. <artifactId>xml-path</artifactId>
  67. <version>5.5.0</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>io.rest-assured</groupId>
  71. <artifactId>rest-assured</artifactId>
  72. <version>5.5.0</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>io.rest-assured</groupId>
  76. <artifactId>spring-commons</artifactId>
  77. <version>5.5.0</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>io.rest-assured</groupId>
  81. <artifactId>spring-mock-mvc</artifactId>
  82. <version>5.5.0</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>io.rest-assured</groupId>
  86. <artifactId>scala-support</artifactId>
  87. <version>5.5.0</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>io.rest-assured</groupId>
  91. <artifactId>scala-extensions</artifactId>
  92. <version>5.5.0</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>io.rest-assured</groupId>
  96. <artifactId>spring-web-test-client</artifactId>
  97. <version>5.5.0</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>io.rest-assured</groupId>
  101. <artifactId>kotlin-extensions</artifactId>
  102. <version>5.5.0</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>io.rest-assured</groupId>
  106. <artifactId>spring-mock-mvc-kotlin-extensions</artifactId>
  107. <version>5.5.0</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>io.rest-assured</groupId>
  111. <artifactId>spring-web-test-client-kotlin-extensions</artifactId>
  112. <version>5.5.0</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.rest-assured</groupId>
  116. <artifactId>rest-assured-all</artifactId>
  117. <version>5.5.0</version>
  118. </dependency>
  119. </dependencies>
  120. </dependencyManagement>
  121. </project>