|
17 | 17 | --> |
18 | 18 | <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/xsd/maven-4.0.0.xsd"> |
19 | 19 | <modelVersion>4.0.0</modelVersion> |
20 | | - |
| 20 | + |
21 | 21 | <parent> |
22 | 22 | <groupId>org.commonjava</groupId> |
23 | 23 | <artifactId>commonjava</artifactId> |
24 | | - <version>18</version> |
| 24 | + <version>21</version> |
25 | 25 | </parent> |
26 | 26 |
|
27 | 27 | <groupId>org.commonjava.util</groupId> |
|
37 | 37 | <url>https://github.com/Commonjava/http-testserver</url> |
38 | 38 | <tag>HEAD</tag> |
39 | 39 | </scm> |
40 | | - |
| 40 | + |
41 | 41 | <properties> |
42 | 42 | <projectOwner>Red Hat, Inc.</projectOwner> |
43 | | - <projectEmail>http://github.com/Commonjava/http-testserver</projectEmail> |
| 43 | + <projectEmail>https://github.com/Commonjava/http-testserver</projectEmail> |
44 | 44 | <javaVersion>11</javaVersion> |
45 | | - <undertowVersion>2.2.26.Final</undertowVersion> |
46 | | - <slf4j.versoin>1.7.25</slf4j.versoin> |
| 45 | + <undertowVersion>2.2.38.Final</undertowVersion> |
47 | 46 | </properties> |
48 | 47 |
|
49 | 48 | <dependencyManagement> |
50 | 49 | <dependencies> |
51 | 50 | <dependency> |
52 | 51 | <groupId>org.commonjava.boms</groupId> |
53 | 52 | <artifactId>web-commons-bom</artifactId> |
54 | | - <version>29</version> |
| 53 | + <version>30-SNAPSHOT</version> |
55 | 54 | <type>pom</type> |
56 | 55 | <scope>import</scope> |
57 | 56 | </dependency> |
|
72 | 71 | </dependency> |
73 | 72 | </dependencies> |
74 | 73 | </dependencyManagement> |
75 | | - |
| 74 | + |
76 | 75 | <dependencies> |
77 | 76 | <dependency> |
78 | 77 | <groupId>io.undertow</groupId> |
|
95 | 94 | <groupId>commons-io</groupId> |
96 | 95 | <artifactId>commons-io</artifactId> |
97 | 96 | </dependency> |
| 97 | + <dependency> |
| 98 | + <groupId>org.apache.commons</groupId> |
| 99 | + <artifactId>commons-lang3</artifactId> |
| 100 | + </dependency> |
98 | 101 | <dependency> |
99 | 102 | <groupId>org.slf4j</groupId> |
100 | 103 | <artifactId>slf4j-api</artifactId> |
|
107 | 110 | <groupId>ch.qos.logback</groupId> |
108 | 111 | <artifactId>logback-classic</artifactId> |
109 | 112 | </dependency> |
110 | | - <dependency> |
111 | | - <groupId>commons-lang</groupId> |
112 | | - <artifactId>commons-lang</artifactId> |
113 | | - </dependency> |
114 | 113 | <dependency> |
115 | 114 | <groupId>org.apache.httpcomponents</groupId> |
116 | 115 | <artifactId>httpclient</artifactId> |
|
0 commit comments