vertx-web-4.3.7.pom 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>io.vertx</groupId>
  7. <artifactId>vertx-web-parent</artifactId>
  8. <version>4.3.7</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>vertx-web</artifactId>
  12. <licenses>
  13. <license>
  14. <name>The Apache Software License, Version 2.0</name>
  15. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  16. <distribution>repo</distribution>
  17. </license>
  18. <license>
  19. <name>Eclipse Public License - v 2.0</name>
  20. <url>http://www.eclipse.org/legal/epl-v20.html</url>
  21. <distribution>repo</distribution>
  22. </license>
  23. </licenses>
  24. <properties>
  25. <doc.skip>false</doc.skip>
  26. </properties>
  27. <dependencies>
  28. <dependency>
  29. <groupId>io.vertx</groupId>
  30. <artifactId>vertx-web-common</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>io.vertx</groupId>
  34. <artifactId>vertx-auth-common</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>io.vertx</groupId>
  38. <artifactId>vertx-bridge-common</artifactId>
  39. </dependency>
  40. <!--
  41. These should be optional so they're not dragged into web applications unless they're explicitly declared
  42. -->
  43. <dependency>
  44. <groupId>io.vertx</groupId>
  45. <artifactId>vertx-auth-jwt</artifactId>
  46. <optional>true</optional>
  47. </dependency>
  48. <dependency>
  49. <groupId>io.vertx</groupId>
  50. <artifactId>vertx-auth-oauth2</artifactId>
  51. <optional>true</optional>
  52. </dependency>
  53. <dependency>
  54. <groupId>io.vertx</groupId>
  55. <artifactId>vertx-auth-htdigest</artifactId>
  56. <optional>true</optional>
  57. </dependency>
  58. <dependency>
  59. <groupId>io.vertx</groupId>
  60. <artifactId>vertx-auth-webauthn</artifactId>
  61. <optional>true</optional>
  62. </dependency>
  63. <dependency>
  64. <groupId>io.vertx</groupId>
  65. <artifactId>vertx-auth-otp</artifactId>
  66. <optional>true</optional>
  67. </dependency>
  68. <!-- Testing -->
  69. <dependency>
  70. <groupId>io.vertx</groupId>
  71. <artifactId>vertx-unit</artifactId>
  72. <scope>test</scope>
  73. </dependency>
  74. <dependency>
  75. <groupId>io.vertx</groupId>
  76. <artifactId>vertx-auth-properties</artifactId>
  77. <scope>test</scope>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.slf4j</groupId>
  81. <artifactId>slf4j-api</artifactId>
  82. <version>1.7.21</version>
  83. <scope>test</scope>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.mockito</groupId>
  87. <artifactId>mockito-core</artifactId>
  88. <version>2.22.0</version>
  89. <scope>test</scope>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.fasterxml.jackson.core</groupId>
  93. <artifactId>jackson-databind</artifactId>
  94. <scope>test</scope>
  95. </dependency>
  96. </dependencies>
  97. <build>
  98. <pluginManagement>
  99. <plugins>
  100. <plugin>
  101. <groupId>org.apache.maven.plugins</groupId>
  102. <artifactId>maven-compiler-plugin</artifactId>
  103. <version>${maven.compiler.plugin.version}</version>
  104. <configuration>
  105. <compilerArgument>-Xlint:all</compilerArgument>
  106. </configuration>
  107. </plugin>
  108. </plugins>
  109. </pluginManagement>
  110. <plugins>
  111. <plugin>
  112. <groupId>org.apache.maven.plugins</groupId>
  113. <artifactId>maven-surefire-plugin</artifactId>
  114. <configuration>
  115. <excludes>
  116. <exclude>io/vertx/ext/web/it/**/*.java</exclude>
  117. </excludes>
  118. <classpathDependencyExcludes>
  119. <classpathDependencyExclude>com.fasterxml.jackson.core:jackson-databind</classpathDependencyExclude>
  120. </classpathDependencyExcludes>
  121. </configuration>
  122. </plugin>
  123. <plugin>
  124. <groupId>org.apache.maven.plugins</groupId>
  125. <artifactId>maven-failsafe-plugin</artifactId>
  126. <version>2.19.1</version>
  127. <executions>
  128. <execution>
  129. <id>databind-itest</id>
  130. <goals>
  131. <goal>integration-test</goal>
  132. <goal>verify</goal>
  133. </goals>
  134. <configuration>
  135. <includes>
  136. <include>io/vertx/ext/web/it/RoutingContextDatabindTest.java</include>
  137. </includes>
  138. </configuration>
  139. </execution>
  140. <execution>
  141. <id>router-extended-param-itest</id>
  142. <goals>
  143. <goal>integration-test</goal>
  144. <goal>verify</goal>
  145. </goals>
  146. <configuration>
  147. <systemProperties>
  148. <io.vertx.web.route.param.extended-pattern>true</io.vertx.web.route.param.extended-pattern>
  149. </systemProperties>
  150. <includes>
  151. <include>io/vertx/ext/web/it/RouterExtendedParamTest.java</include>
  152. </includes>
  153. </configuration>
  154. </execution>
  155. </executions>
  156. </plugin>
  157. </plugins>
  158. </build>
  159. </project>