|
1 | 1 | <!-- |
2 | 2 |
|
3 | | - Copyright (C) 2015 Red Hat, Inc. (jdcasey@commonjava.org) |
| 3 | + Copyright (C) 2015-2022 Red Hat, Inc. (http://github.com/Commonjava/http-testserver) |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | 6 | you may not use this file except in compliance with the License. |
|
21 | 21 | <parent> |
22 | 22 | <groupId>org.commonjava</groupId> |
23 | 23 | <artifactId>commonjava</artifactId> |
24 | | - <version>11</version> |
| 24 | + <version>18</version> |
25 | 25 | </parent> |
26 | 26 |
|
27 | 27 | <groupId>org.commonjava.util</groupId> |
28 | 28 | <artifactId>http-testserver</artifactId> |
29 | 29 | <version>1.5-SNAPSHOT</version> |
30 | 30 |
|
31 | 31 | <name>http-testserver</name> |
32 | | - <inceptionYear>2015</inceptionYear> |
| 32 | + <inceptionYear>2015-2022</inceptionYear> |
33 | 33 |
|
34 | 34 | <scm> |
35 | 35 | <connection>scm:git:https://github.com/Commonjava/http-testserver.git</connection> |
|
40 | 40 |
|
41 | 41 | <properties> |
42 | 42 | <projectOwner>Red Hat, Inc.</projectOwner> |
43 | | - <javaVersion>1.8</javaVersion> |
44 | | - <undertowVersion>1.1.2.Final</undertowVersion> |
| 43 | + <projectEmail>http://github.com/Commonjava/http-testserver</projectEmail> |
| 44 | + <javaVersion>11</javaVersion> |
| 45 | + <undertowVersion>2.2.26.Final</undertowVersion> |
| 46 | + <slf4j.versoin>1.7.25</slf4j.versoin> |
45 | 47 | </properties> |
46 | 48 |
|
47 | 49 | <dependencyManagement> |
48 | 50 | <dependencies> |
49 | 51 | <dependency> |
50 | 52 | <groupId>org.commonjava.boms</groupId> |
51 | 53 | <artifactId>web-commons-bom</artifactId> |
52 | | - <version>16</version> |
| 54 | + <version>26</version> |
53 | 55 | <type>pom</type> |
54 | 56 | <scope>import</scope> |
55 | 57 | </dependency> |
|
63 | 65 | <artifactId>undertow-servlet</artifactId> |
64 | 66 | <version>${undertowVersion}</version> |
65 | 67 | </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>org.jboss.logging</groupId> |
| 70 | + <artifactId>jboss-logging</artifactId> |
| 71 | + <version>3.4.0.Final</version> |
| 72 | + </dependency> |
66 | 73 | </dependencies> |
67 | 74 | </dependencyManagement> |
68 | 75 |
|
|
0 commit comments