File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed
src/main/java/org/commonjava/test/http/stream Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1717-->
1818<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" >
1919 <modelVersion >4.0.0</modelVersion >
20-
20+
2121 <parent >
2222 <groupId >org.commonjava.util</groupId >
2323 <artifactId >http-testserver-parent</artifactId >
4646 <groupId >commons-io</groupId >
4747 <artifactId >commons-io</artifactId >
4848 </dependency >
49+ <dependency >
50+ <groupId >org.apache.commons</groupId >
51+ <artifactId >commons-lang3</artifactId >
52+ </dependency >
4953 <dependency >
5054 <groupId >org.slf4j</groupId >
5155 <artifactId >slf4j-api</artifactId >
5458 <groupId >org.slf4j</groupId >
5559 <artifactId >jcl-over-slf4j</artifactId >
5660 </dependency >
57- <dependency >
58- <groupId >commons-lang</groupId >
59- <artifactId >commons-lang</artifactId >
60- </dependency >
6161 <dependency >
6262 <groupId >org.apache.httpcomponents</groupId >
6363 <artifactId >httpclient</artifactId >
Original file line number Diff line number Diff line change 1616package org .commonjava .test .http .stream ;
1717
1818import org .apache .commons .io .IOUtils ;
19- import org .apache .commons .lang .StringUtils ;
19+ import org .apache .commons .lang3 .StringUtils ;
2020import org .commonjava .test .http .common .CommonMethod ;
2121import org .slf4j .Logger ;
2222import org .slf4j .LoggerFactory ;
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >org.commonjava</groupId >
2222 <artifactId >commonjava</artifactId >
23- <version >19 </version >
23+ <version >21 </version >
2424 </parent >
2525
2626 <groupId >org.commonjava.util</groupId >
4343 <projectEmail >https://github.com/Commonjava/http-testserver</projectEmail >
4444 <javaVersion >11</javaVersion >
4545 <undertowVersion >2.3.10.Final</undertowVersion >
46- <slf4j .versoin>1.7.25</slf4j .versoin>
4746 <quarkus .version>3.6.9</quarkus .version>
4847 </properties >
4948
5958 <dependency >
6059 <groupId >org.commonjava.boms</groupId >
6160 <artifactId >web-commons-bom</artifactId >
62- <version >29 </version >
61+ <version >30 </version >
6362 <type >pom</type >
6463 <scope >import</scope >
6564 </dependency >
8887 <artifactId >junit-jupiter</artifactId >
8988 <version >5.9.2</version >
9089 </dependency >
91- <dependency >
92- <groupId >org.hamcrest</groupId >
93- <artifactId >hamcrest</artifactId >
94- <version >2.2</version >
95- </dependency >
9690 <dependency >
9791 <groupId >org.commonjava.util</groupId >
9892 <artifactId >http-testserver-core</artifactId >
You can’t perform that action at this time.
0 commit comments