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+ <modelVersion >4.0.0</modelVersion >
6+
7+ <parent >
8+ <groupId >org.noear</groupId >
9+ <artifactId >solon-java17-parent</artifactId >
10+ <version >3.8.1-SNAPSHOT</version >
11+ <relativePath >../../../solon-java17-parent/pom.xml</relativePath >
12+ </parent >
13+
14+ <artifactId >solon-net-httputils17</artifactId >
15+ <name >${project.artifactId} </name >
16+ <packaging >jar</packaging >
17+
18+
19+ <dependencies >
20+ <dependency >
21+ <groupId >org.noear</groupId >
22+ <artifactId >solon</artifactId >
23+ </dependency >
24+
25+ <dependency >
26+ <groupId >org.noear</groupId >
27+ <artifactId >solon-serialization</artifactId >
28+ </dependency >
29+
30+ <dependency >
31+ <groupId >org.noear</groupId >
32+ <artifactId >solon-rx</artifactId >
33+ </dependency >
34+
35+ <dependency >
36+ <groupId >org.slf4j</groupId >
37+ <artifactId >slf4j-api</artifactId >
38+ </dependency >
39+
40+ <dependency >
41+ <groupId >com.squareup.okhttp3</groupId >
42+ <artifactId >okhttp-jvm</artifactId >
43+ <version >${okhttp5.version} </version >
44+ <optional >true</optional >
45+ </dependency >
46+
47+
48+ <dependency >
49+ <groupId >com.github.mrmike</groupId >
50+ <artifactId >ok2curl</artifactId >
51+ <version >0.8.0</version >
52+ <optional >true</optional >
53+ </dependency >
54+
55+ <dependency >
56+ <groupId >org.junit.jupiter</groupId >
57+ <artifactId >junit-jupiter</artifactId >
58+ <version >${junit5.version} </version >
59+ <scope >test</scope >
60+ </dependency >
61+ </dependencies >
62+
63+ </project >
0 commit comments